Home
last modified time | relevance | path

Searched refs:STRINGBUILDER_APPEND_CHAR_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.java138 final static int STRINGBUILDER_APPEND_CHAR_METHOD = 45; field in ConstantPool
598 return STRINGBUILDER_APPEND_CHAR_METHOD; in indexOfWellKnownMethods()
2645 if ((index = wellKnownMethods[STRINGBUILDER_APPEND_CHAR_METHOD]) == 0) { in literalIndexForJavaLangStringBuilderAppend()
2655 index = wellKnownMethods[STRINGBUILDER_APPEND_CHAR_METHOD] = currentIndex++; in literalIndexForJavaLangStringBuilderAppend()