Home
last modified time | relevance | path

Searched refs:STRING_INITIAL_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/codegen/
H A DConstantPool.java40 public static final int STRING_INITIAL_SIZE = 761; field in ConstantPool
306 this.stringCache = new CharArrayCache(STRING_INITIAL_SIZE); in ConstantPool()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/
H A DConstantPool.java44 public static final int STRING_INITIAL_SIZE = 761; field in ConstantPool
317 this.stringCache = new CharArrayCache(STRING_INITIAL_SIZE); in ConstantPool()
/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.java28 public static final int STRING_INITIAL_SIZE = 761; field in ConstantPool
199 this.stringCache = new CharArrayCache(STRING_INITIAL_SIZE); in ConstantPool()