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

/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.cpp306 bool clear_all_soft_refs,
310 OneContigSpaceCardGeneration::collect(full, clear_all_soft_refs,
305 collect(bool full, bool clear_all_soft_refs, size_t size, bool is_tlab) argument
H A DcollectorPolicy.hpp208 ClearedAllSoftRefs(bool clear_all_soft_refs, argument
210 _clear_all_soft_refs(clear_all_soft_refs),
H A DdefNewGeneration.cpp534 bool clear_all_soft_refs,
612 rp->setup_policy(clear_all_soft_refs);
533 collect(bool full, bool clear_all_soft_refs, size_t size, bool is_tlab) argument
H A Dgeneration.cpp467 bool clear_all_soft_refs,
484 GenMarkSweep::invoke_at_safepoint(_level, ref_processor(), clear_all_soft_refs);
466 collect(bool full, bool clear_all_soft_refs, size_t size, bool is_tlab) argument
H A DgenCollectedHeap.cpp445 bool clear_all_soft_refs,
466 const bool do_clear_all_soft_refs = clear_all_soft_refs ||
892 void GenCollectedHeap::do_full_collection(bool clear_all_soft_refs, argument
903 clear_all_soft_refs /* clear_all_soft_refs */,
918 clear_all_soft_refs /* clear_all_soft_refs */,
444 do_collection(bool full, bool clear_all_soft_refs, size_t size, bool is_tlab, int max_level) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp97 const bool clear_all_soft_refs = local
102 PSMarkSweep::invoke_no_policy(clear_all_soft_refs || maximum_heap_compaction);
H A DpsParallelCompact.cpp2025 const bool clear_all_soft_refs = local
2028 PSParallelCompact::invoke_no_policy(clear_all_soft_refs ||
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp919 bool clear_all_soft_refs,
1018 rp->setup_policy(clear_all_soft_refs);
918 collect(bool full, bool clear_all_soft_refs, size_t size, bool is_tlab) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp1140 void ConcurrentMark::checkpointRootsFinal(bool clear_all_soft_refs) { argument
1172 weakRefsWork(clear_all_soft_refs);
2307 void ConcurrentMark::weakRefsWork(bool clear_all_soft_refs) { argument
2340 rp->setup_policy(clear_all_soft_refs);
H A Dg1CollectedHeap.cpp1280 bool clear_all_soft_refs,
1303 const bool do_clear_all_soft_refs = clear_all_soft_refs ||
1556 void G1CollectedHeap::do_full_collection(bool clear_all_soft_refs) { argument
1563 clear_all_soft_refs,
1685 false, /* clear_all_soft_refs */
1702 true, /* clear_all_soft_refs */
1279 do_collection(bool explicit_gc, bool clear_all_soft_refs, size_t word_size) argument

Completed in 97 milliseconds