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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp368 NotifyDoneClosure* _ndc; // Notify on completion. member in class:GCTaskManager
473 return _ndc;
668 NotifyDoneClosure* _ndc; // The callback object. member in class:NotifyingBarrierGCTask
686 _ndc(ndc) {
692 NotifyDoneClosure* notify_done_closure() const { return _ndc; }
H A DgcTaskManager.cpp381 _ndc(NULL) {
389 _ndc(ndc) {

Completed in 166 milliseconds