Searched defs:_to_space_root_closure (Results 1 - 2 of 2) 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; };

Completed in 32 milliseconds