Searched refs:threshold (Results 1 – 15 of 15) sorted by relevance
61 transient int threshold; field in IdentityHashMap256 threshold = getThreshold(maxSize);270 int arraySize = (int) (((long) threshold * 10000) / loadFactor) * 2;465 if (++size > threshold) {517 threshold = (int) ((long) (elementData.length / 2) * loadFactor / 10000);803 threshold = getThreshold(DEFAULT_MAX_SIZE);
100 private transient int threshold; field in HashMap113 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE in HashMap()133 threshold = -1; // Forces first put() to replace EMPTY_TABLE in HashMap()390 if (size++ > threshold) { in put()544 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity in makeTable()
104 private transient int threshold; field in Hashtable118 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE in Hashtable()137 threshold = -1; // Forces first put() to replace EMPTY_TABLE in Hashtable()392 if (size++ > threshold) { in put()502 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity in makeTable()
46 private int threshold; field in WeakHashMap267 threshold = (int) ((long) elementData.length * loadFactor / 10000); in computeMaxSize()625 if (++elementCount > threshold) {
50 int threshold = 0; field in TwoKeyHashMap88 threshold = (int) (arrSize * loadFactor); in TwoKeyHashMap()174 if (size > threshold) { in put()212 threshold = (int) (arrSize * loadFactor); in rehash()
273 transient int threshold; field in ConcurrentHashMap.Segment303 threshold = (int)(newTable.length * loadFactor); in setTable()419 if (c++ > threshold) // ensure capacity in put()467 threshold = (int)(newTable.length * loadFactor); in rehash()
690 unsigned short threshold; member
901 gDvmJit.threshold = atoi(argv[i] + 12); in dvmProcessOptions()1019 gDvmJit.threshold = 200; in setCommandLineDefaults()
224 int threshold; member1633 return (percentage < gOptions.threshold) ? 0 : 1; in checkThreshold()2928 gOptions.threshold = atoi(optarg); in parseOptions()2942 gOptions.threshold = -1; in main()2950 if (gOptions.threshold < 0 || 100 <= gOptions.threshold) { in main()2951 gOptions.threshold = 20; in main()
150 gDvmJit.threshold, gDvmJit.blockingMode ? "Blocking" : "Non-blocking"); in dvmJitStats()
162 GOTO_OPCODE_IFNE(ip) @ if not threshold, fallthrough otherwise */
9088 GOTO_OPCODE_IFNE(ip) @ if not threshold, fallthrough otherwise */
9152 GOTO_OPCODE_IFNE(ip) @ if not threshold, fallthrough otherwise */
9634 GOTO_OPCODE_IFNE(ip) @ if not threshold, fallthrough otherwise */
9628 GOTO_OPCODE_IFNE(ip) @ if not threshold, fallthrough otherwise */