Searched refs:clear_all_soft_refs (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.hpp92 bool clear_all_soft_refs,
H A DcollectorPolicy.hpp208 ClearedAllSoftRefs(bool clear_all_soft_refs, argument
210 _clear_all_soft_refs(clear_all_soft_refs),
H A DgenCollectedHeap.hpp106 bool clear_all_soft_refs,
119 void do_full_collection(bool clear_all_soft_refs, int max_level);
H A Dgeneration.hpp385 bool clear_all_soft_refs,
743 bool clear_all_soft_refs,
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 DdefNewGeneration.hpp328 bool clear_all_soft_refs,
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
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 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
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp814 void checkpointRootsFinalWork(bool asynch, bool clear_all_soft_refs,
821 void refProcessingWork(bool asynch, bool clear_all_soft_refs);
842 void decide_foreground_collection_type(bool clear_all_soft_refs,
847 void do_compaction_work(bool clear_all_soft_refs);
852 void do_mark_sweep_work(bool clear_all_soft_refs,
861 void acquire_control_and_collect(bool full, bool clear_all_soft_refs);
906 bool clear_all_soft_refs,
909 void collect_in_background(bool clear_all_soft_refs, GCCause::Cause cause);
910 void collect_in_foreground(bool clear_all_soft_refs, GCCause::Cause cause);
965 void checkpointRootsFinal(bool asynch, bool clear_all_soft_refs,
[all...]
H A DconcurrentMarkSweepGeneration.cpp1646 bool clear_all_soft_refs,
1650 collector()->collect(full, clear_all_soft_refs, size, tlab);
1654 bool clear_all_soft_refs,
1682 acquire_control_and_collect(full, clear_all_soft_refs);
1788 bool clear_all_soft_refs) {
1860 decide_foreground_collection_type(clear_all_soft_refs,
1895 do_compaction_work(clear_all_soft_refs);
1912 do_mark_sweep_work(clear_all_soft_refs, first_state,
1939 bool clear_all_soft_refs, bool* should_compact,
1962 if (clear_all_soft_refs
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp457 void weakRefsWork(bool clear_all_soft_refs);
727 void checkpointRootsFinal(bool clear_all_soft_refs);
H A Dg1CollectedHeap.hpp634 // - if clear_all_soft_refs is true, all soft references should be
641 bool clear_all_soft_refs,
646 void do_full_collection(bool clear_all_soft_refs);
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
/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.hpp386 bool clear_all_soft_refs,
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

Completed in 468 milliseconds