Home
last modified time | relevance | path

Searched refs:ASSERTIONERROR_CONSTR_OBJECT_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.java118 final static int ASSERTIONERROR_CONSTR_OBJECT_METHOD = 25; field in ConstantPool
692 return ASSERTIONERROR_CONSTR_OBJECT_METHOD; in indexOfWellKnownMethods()
2021 if ((index = wellKnownMethods[ASSERTIONERROR_CONSTR_OBJECT_METHOD]) == 0) { in literalIndexForJavaLangAssertionErrorConstructor()
2031 index = wellKnownMethods[ASSERTIONERROR_CONSTR_OBJECT_METHOD] = currentIndex++; in literalIndexForJavaLangAssertionErrorConstructor()