Searched defs:totalSizeInIndexedFreeLists (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp391 // further the computation of totalSizeInIndexedFreeLists()
401 totalSizeInIndexedFreeLists() +
557 size_t total_size = totalSizeInIndexedFreeLists() +
567 size_t total_size = totalSizeInIndexedFreeLists();
1181 size_t CompactibleFreeListSpace::totalSizeInIndexedFreeLists() const { function in class:CompactibleFreeListSpace
2148 size_t itabFree = totalSizeInIndexedFreeLists();

Completed in 47 milliseconds