Searched refs:_to_space_root_closure (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparOopClosures.hpp115 ParRootScanWithoutBarrierClosure* _to_space_root_closure; member in class:ParEvacuateFollowersClosure
117 return _to_space_root_closure;
H A DparNewGeneration.hpp70 ParRootScanWithoutBarrierClosure _to_space_root_closure; // scan_root_without_gc_barrier member in class:ParScanThreadState
150 ParRootScanWithoutBarrierClosure& to_space_root_closure() { return _to_space_root_closure; };
H A DparNewGeneration.cpp76 _to_space_root_closure(gen_, this), _old_gen_root_closure(gen_, this),
79 &_to_space_root_closure, gen_, &_old_gen_root_closure,
534 _to_space_root_closure(to_space_root_closure_),

Completed in 2025 milliseconds