Searched refs:G1STWIsAliveClosure (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp171 class G1STWIsAliveClosure: public BoolObjectClosure { class in inherits:BoolObjectClosure
174 G1STWIsAliveClosure(G1CollectedHeap* g1) : _g1(g1) {} function in class:G1STWIsAliveClosure
1038 G1STWIsAliveClosure _is_alive_closure_stw;
H A Dg1CollectedHeap.cpp5173 bool G1STWIsAliveClosure::do_object_b(oop p) {
5335 G1STWIsAliveClosure is_alive(_g1h);
5567 G1STWIsAliveClosure is_alive(this);
5768 G1STWIsAliveClosure is_alive(this);

Completed in 66 milliseconds