Searched refs:must_clear_all_soft_refs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp197 gch->do_full_collection(gch->must_clear_all_soft_refs(), _max_level);
208 gch->do_full_collection(gch->must_clear_all_soft_refs(),
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp226 gch->do_full_collection(gch->must_clear_all_soft_refs(),
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp123 bool must_clear_all_soft_refs();
H A DgenCollectedHeap.cpp434 bool GenCollectedHeap::must_clear_all_soft_refs() { function in class:GenCollectedHeap

Completed in 1550 milliseconds