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

/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsPromotionLAB.cpp141 MutableSpace* to_space = heap->young_gen()->to_space(); local
H A DpsScavenge.inline.hpp48 inline bool PSScavenge::should_scavenge(T* p, MutableSpace* to_space) { argument
H A DpsYoungGen.hpp115 MutableSpace* to_space() const { return _to_space; } function in class:PSYoungGen
H A DpsMarkSweep.cpp481 MutableSpace* to_space = young_gen->to_space(); local
[all...]
H A DpsPromotionManager.cpp297 MutableSpace* to_space = heap->young_gen()->to_space(); local
H A DpsParallelCompact.cpp1008 MutableSpace* const to_space = _space_info[to_space_id].space(); local
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DgcTraceSend.cpp376 const SpaceSummary& to_space = ps_heap_summary->to(); local
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparNewGeneration.hpp87 Space* to_space() { return _to_space; } function in class:ParScanThreadState
H A DconcurrentMarkSweepGeneration.cpp1628 ContiguousSpace* to_space = _young_gen->to(); local
H A DparNewGeneration.cpp333 ParScanThreadStateSet(int num_threads, Space& to_space, ParNewGeneration& young_gen, Generation& old_gen, ObjToScanQueueSet& queue_set, Stack<oop, mtGC>* overflow_stacks, PreservedMarksSet& preserved_marks_set, size_t desired_plab_sz, ParallelTaskTerminator& term) argument
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DdefNewGeneration.cpp865 ContiguousSpace* to_space = to(); local
[all...]

Completed in 186 milliseconds