Home
last modified time | relevance | path

Searched refs:THROWABLE_GETMESSAGE_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.java107 final static int THROWABLE_GETMESSAGE_METHOD = 14; field in ConstantPool
662 return THROWABLE_GETMESSAGE_METHOD; in indexOfWellKnownMethods()
3340 if ((index = wellKnownMethods[THROWABLE_GETMESSAGE_METHOD]) == 0) { in literalIndexForJavaLangThrowableGetMessage()
3350 index = wellKnownMethods[THROWABLE_GETMESSAGE_METHOD] = currentIndex++; in literalIndexForJavaLangThrowableGetMessage()