Home
last modified time | relevance | path

Searched refs:ASSERTIONERROR_CONSTR_BOOLEAN_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.java123 final static int ASSERTIONERROR_CONSTR_BOOLEAN_METHOD = 30; field in ConstantPool
678 return ASSERTIONERROR_CONSTR_BOOLEAN_METHOD; in indexOfWellKnownMethods()
1994 if ((index = wellKnownMethods[ASSERTIONERROR_CONSTR_BOOLEAN_METHOD]) == 0) { in literalIndexForJavaLangAssertionErrorConstructor()
2004 index = wellKnownMethods[ASSERTIONERROR_CONSTR_BOOLEAN_METHOD] = currentIndex++; in literalIndexForJavaLangAssertionErrorConstructor()