Searched refs:desc (Results 1 – 9 of 9) sorted by relevance
191 CstString desc = (CstString) pool.get(descIdx); in parse() local195 desc.getString()); in parse()205 "descriptor: " + desc.toHuman()); in parse()216 CstNat nat = new CstNat(name, desc); in parse()224 desc.getString(), member); in parse()
385 private static Prototype putIntern(Prototype desc) { in putIntern() argument387 String descriptor = desc.getDescriptor(); in putIntern()392 internTable.put(descriptor, desc); in putIntern()393 return desc; in putIntern()
417 private static Prototype putIntern(Prototype desc) { in putIntern() argument418 Prototype result = internTable.putIfAbsent(desc.getDescriptor(), desc); in putIntern()419 return result != null ? result : desc; in putIntern()
60 private final Prototype desc; field in DebugInfoDecoder102 this.desc = ref.getPrototype(); in DebugInfoDecoder()236 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()244 StdTypeList params = desc.getParameterTypes(); in decode0()
69 private final Prototype desc; field in DebugInfoEncoder114 this.desc = ref.getPrototype(); in DebugInfoEncoder()387 StdTypeList paramTypes = desc.getParameterTypes(); in emitHeader()516 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()529 = new ArrayList(desc.getParameterTypes().size()); in extractMethodArguments()
71 private final Prototype desc; field in DebugInfoDecoder113 this.desc = ref.getPrototype(); in DebugInfoDecoder()247 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()255 StdTypeList params = desc.getParameterTypes(); in decode0()
77 private final Prototype desc; field in DebugInfoEncoder122 this.desc = ref.getPrototype(); in DebugInfoEncoder()395 StdTypeList paramTypes = desc.getParameterTypes(); in emitHeader()526 - desc.getParameterTypes().getWordCount() - (isStatic? 0 : 1); in getParamBase()539 = new ArrayList(desc.getParameterTypes().size()); in extractMethodArguments()
META-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...
766 Prototype desc = method.getEffectiveDescriptor(); in setFirstFrame() local767 startFrames[0].initializeWithParameters(desc.getParameterTypes()); in setFirstFrame()1111 Prototype desc = method.getEffectiveDescriptor(); in addSetupBlocks() local1112 StdTypeList params = desc.getParameterTypes(); in addSetupBlocks()