Home
last modified time | relevance | path

Searched refs:bestFitFirst (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp309 bool bestFitFirst() { return _fitStrategy == FreeBlockBestFitFirst; } in bestFitFirst() function in CompactibleFreeListSpace
H A DcompactibleFreeListSpace.cpp1330 assert(linearAllocationWouldFail() || bestFitFirst(), in getChunkFromGreater()
1582 if (!bestFitFirst() || (fc = bestFitSmall(size)) == NULL) { in getChunkFromIndexedFreeListHelper()
1598 } else if (bestFitFirst()) { in getChunkFromIndexedFreeListHelper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp309 bool bestFitFirst() { return _fitStrategy == FreeBlockBestFitFirst; } in bestFitFirst() function in CompactibleFreeListSpace
H A DcompactibleFreeListSpace.cpp1330 assert(linearAllocationWouldFail() || bestFitFirst(), in getChunkFromGreater()
1582 if (!bestFitFirst() || (fc = bestFitSmall(size)) == NULL) { in getChunkFromIndexedFreeListHelper()
1598 } else if (bestFitFirst()) { in getChunkFromIndexedFreeListHelper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/cms/
H A DcompactibleFreeListSpace.hpp370 bool bestFitFirst() { return _fitStrategy == FreeBlockBestFitFirst; } in bestFitFirst() function in CompactibleFreeListSpace
H A DcompactibleFreeListSpace.cpp1475 assert(linearAllocationWouldFail() || bestFitFirst(), in getChunkFromGreater()
1727 if (!bestFitFirst() || (fc = bestFitSmall(size)) == NULL) { in getChunkFromIndexedFreeListHelper()
1743 } else if (bestFitFirst()) { in getChunkFromIndexedFreeListHelper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/cms/
H A DcompactibleFreeListSpace.hpp370 bool bestFitFirst() { return _fitStrategy == FreeBlockBestFitFirst; } in bestFitFirst() function in CompactibleFreeListSpace
H A DcompactibleFreeListSpace.cpp1475 assert(linearAllocationWouldFail() || bestFitFirst(), in getChunkFromGreater()
1727 if (!bestFitFirst() || (fc = bestFitSmall(size)) == NULL) { in getChunkFromIndexedFreeListHelper()
1743 } else if (bestFitFirst()) { in getChunkFromIndexedFreeListHelper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/cms/
H A DcompactibleFreeListSpace.hpp370 bool bestFitFirst() { return _fitStrategy == FreeBlockBestFitFirst; } in bestFitFirst() function in CompactibleFreeListSpace
H A DcompactibleFreeListSpace.cpp1475 assert(linearAllocationWouldFail() || bestFitFirst(), in getChunkFromGreater()
1727 if (!bestFitFirst() || (fc = bestFitSmall(size)) == NULL) { in getChunkFromIndexedFreeListHelper()
1743 } else if (bestFitFirst()) { in getChunkFromIndexedFreeListHelper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/cms/
H A DcompactibleFreeListSpace.hpp367 bool bestFitFirst() { return _fitStrategy == FreeBlockBestFitFirst; } in bestFitFirst() function in CompactibleFreeListSpace
H A DcompactibleFreeListSpace.cpp1445 assert(linearAllocationWouldFail() || bestFitFirst(), in getChunkFromGreater()
1697 if (!bestFitFirst() || (fc = bestFitSmall(size)) == NULL) { in getChunkFromIndexedFreeListHelper()
1713 } else if (bestFitFirst()) { in getChunkFromIndexedFreeListHelper()