Searched defs:mark_and_push_closure (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.hpp44 static OopClosure* mark_and_push_closure() { return &MarkSweep::mark_and_push_closure; } function in class:PSMarkSweep
H A DpsParallelCompact.cpp2400 PSParallelCompact::MarkAndPushClosure mark_and_push_closure(cm);
2438 is_alive_closure(), &mark_and_push_closure, &follow_stack_closure,
2442 is_alive_closure(), &mark_and_push_closure, &follow_stack_closure, NULL,
2455 CodeCache::do_unloading(is_alive_closure(), &mark_and_push_closure, local
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.cpp116 MarkSweep::MarkAndPushClosure MarkSweep::mark_and_push_closure; member in class:MarkSweep
H A DmarkSweep.hpp192 static MarkAndPushClosure mark_and_push_closure; member in class:MarkSweep

Completed in 404 milliseconds