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

/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp67 bool clear_all_softrefs) {
73 assert(clear_all_softrefs, "Policy should have been checked earlier");
81 rp->setup_policy(clear_all_softrefs);
111 mark_sweep_phase1(level, clear_all_softrefs);
267 bool clear_all_softrefs) {
293 ref_processor()->setup_policy(clear_all_softrefs);
66 invoke_at_safepoint(int level, ReferenceProcessor* rp, bool clear_all_softrefs) argument
266 mark_sweep_phase1(int level, bool clear_all_softrefs) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp58 bool clear_all_softrefs) {
64 assert(clear_all_softrefs, "Policy should have been checked earler");
73 rp->setup_policy(clear_all_softrefs);
92 mark_sweep_phase1(marked_for_unloading, clear_all_softrefs);
132 bool clear_all_softrefs) {
150 rp->setup_policy(clear_all_softrefs);
57 invoke_at_safepoint(ReferenceProcessor* rp, bool clear_all_softrefs) argument
131 mark_sweep_phase1(bool& marked_for_unloading, bool clear_all_softrefs) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp107 bool PSMarkSweep::invoke_no_policy(bool clear_all_softrefs) { argument
126 ClearedAllSoftRefs casr(clear_all_softrefs, heap->collector_policy());
204 ref_processor()->setup_policy(clear_all_softrefs);
206 mark_sweep_phase1(clear_all_softrefs);
510 void PSMarkSweep::mark_sweep_phase1(bool clear_all_softrefs) { argument
539 ref_processor()->setup_policy(clear_all_softrefs);
H A DpsScavenge.cpp248 const bool clear_all_softrefs = cp->should_clear_all_soft_refs(); local
251 full_gc_done = PSParallelCompact::invoke_no_policy(clear_all_softrefs);
253 full_gc_done = PSMarkSweep::invoke_no_policy(clear_all_softrefs);

Completed in 155 milliseconds