Home
last modified time | relevance | path

Searched refs:intCache (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/lang/
H A DInteger.java94 private static Integer[] intCache = new Integer[MAX_CACHE - MIN_CACHE + 1]; field in Integer
308 synchronized (intCache) in valueOf()
310 if (intCache[val - MIN_CACHE] == null) in valueOf()
311 intCache[val - MIN_CACHE] = new Integer(val); in valueOf()
312 return intCache[val - MIN_CACHE]; in valueOf()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DNumericStrings.h66 … CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } in lookup()
69 CacheEntry<int> intCache[cacheSize]; variable
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DNumericStrings.h66 … CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } in lookup()
69 CacheEntry<int> intCache[cacheSize]; variable
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DNumericStrings.h66 … CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } in lookup()
69 CacheEntry<int> intCache[cacheSize]; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DNumericStrings.h80 … CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } in lookup()
91 FixedArray<CacheEntry<int>, cacheSize> intCache; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/lang/
H A DInteger.java96 private static final Integer[] intCache = new Integer[MAX_CACHE - MIN_CACHE + 1]; field in Integer
100 intCache[i - MIN_CACHE] = new Integer(i);
373 return intCache[val - MIN_CACHE];
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/lang/
H A DInteger.java96 private static final Integer[] intCache = new Integer[MAX_CACHE - MIN_CACHE + 1]; field in Integer
100 intCache[i - MIN_CACHE] = new Integer(i);
373 return intCache[val - MIN_CACHE];
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/lang/
H A DInteger.java96 private static final Integer[] intCache = new Integer[MAX_CACHE - MIN_CACHE + 1]; field in Integer
100 intCache[i - MIN_CACHE] = new Integer(i);
373 return intCache[val - MIN_CACHE];
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/lang/
H A DInteger.java96 private static final Integer[] intCache = new Integer[MAX_CACHE - MIN_CACHE + 1]; field in Integer
100 intCache[i - MIN_CACHE] = new Integer(i);
373 return intCache[val - MIN_CACHE];
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/lang/
H A DInteger.java96 private static final Integer[] intCache = new Integer[MAX_CACHE - MIN_CACHE + 1]; field in Integer
100 intCache[i - MIN_CACHE] = new Integer(i);
373 return intCache[val - MIN_CACHE];
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/codegen/
H A DConstantPool.java48 protected IntegerCache intCache; field in ConstantPool
564 if (this.intCache == null) { in literalIndex()
565 this.intCache = new IntegerCache(INT_INITIAL_SIZE); in literalIndex()
567 if ((index = this.intCache.putIfAbsent(key, this.currentIndex)) < 0) { in literalIndex()
1109 if (this.intCache != null) this.intCache.clear(); in reset()
/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.java53 protected IntegerCache intCache; field in ConstantPool
578 if (this.intCache == null) { in literalIndex()
579 this.intCache = new IntegerCache(INT_INITIAL_SIZE); in literalIndex()
581 if ((index = this.intCache.putIfAbsent(key, this.currentIndex)) < 0) { in literalIndex()
1263 if (this.intCache != null) this.intCache.clear(); in reset()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/
H A DInteger.h72 static JArray< ::java::lang::Integer * > * intCache; variable
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/
H A DInteger.h72 static JArray< ::java::lang::Integer * > * intCache; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/
H A DInteger.h72 static JArray< ::java::lang::Integer * > * intCache; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DInteger.h72 static JArray< ::java::lang::Integer * > * intCache; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DInteger.h72 static JArray< ::java::lang::Integer * > * intCache; variable
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dvalue.go33 var intCache [256]Value var
854 intCache[i] = valueInt(i - 128)
H A Dvm.go127 return intCache[i+128]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dvalue.go54 var intCache [256]Value var
1111 intCache[i] = valueInt(i - 128)
H A Dvm.go172 return intCache[i+128]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dvalue.go54 var intCache [256]Value var
1111 intCache[i] = valueInt(i - 128)
H A Dvm.go173 return intCache[i+128]
/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.java38 protected IntegerCache intCache; field in ConstantPool
945 if (intCache == null) { in literalIndex()
946 intCache = new IntegerCache(INT_INITIAL_SIZE); in literalIndex()
948 if ((index = intCache.get(key)) < 0) { in literalIndex()
949 index = intCache.put(key, currentIndex++); in literalIndex()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/
H A DChangeLog-20082918 * java/lang/Integer.java (static): initialize intCache.

12