Home
last modified time | relevance | path

Searched refs:NEWINSTANCE_CONSTRUCTOR_METHOD (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/codegen/
H A DConstantPool.java109 final static int NEWINSTANCE_CONSTRUCTOR_METHOD = 16; field in ConstantPool
529 return NEWINSTANCE_CONSTRUCTOR_METHOD; in indexOfWellKnownMethods()
2168 if ((index = wellKnownMethods[NEWINSTANCE_CONSTRUCTOR_METHOD]) == 0) { in literalIndexForJavaLangReflectConstructorNewInstance()
2178 index = wellKnownMethods[NEWINSTANCE_CONSTRUCTOR_METHOD] = currentIndex++; in literalIndexForJavaLangReflectConstructorNewInstance()