Home
last modified time | relevance | path

Searched refs:STRINGBUILDER_APPEND_STRING_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.java139 final static int STRINGBUILDER_APPEND_STRING_METHOD = 46; field in ConstantPool
601 return STRINGBUILDER_APPEND_STRING_METHOD; in indexOfWellKnownMethods()
2718 if ((index = wellKnownMethods[STRINGBUILDER_APPEND_STRING_METHOD]) == 0) { in literalIndexForJavaLangStringBuilderAppend()
2728 index = wellKnownMethods[STRINGBUILDER_APPEND_STRING_METHOD] = currentIndex++; in literalIndexForJavaLangStringBuilderAppend()