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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1RootClosures.hpp38 virtual OopClosure* strong_oops() = 0;
H A Dg1RootClosures.cpp41 OopClosure* strong_oops() { return &_closures._buffered_oops; } function in class:G1EvacuationClosures
83 OopClosure* strong_oops() { return &_strong._buffered_oops; } function in class:G1InitalMarkClosures
H A Dg1RootProcessor.cpp97 _g1h->ref_processor_cm()->weak_oops_do(closures->strong_oops());
153 OopClosure* strong_oops() { return _roots; } function in class:StrongRootsClosures
181 OopClosure* strong_oops() { return _roots; } function in class:AllRootsClosures
241 closures->strong_oops(),
249 OopClosure* strong_roots = closures->strong_oops();

Completed in 41 milliseconds