Searched defs:do_yield_check (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.inline.hpp76 inline void PushOrMarkClosure::do_yield_check() { function in class:PushOrMarkClosure
77 _parent->do_yield_check();
80 inline void Par_PushOrMarkClosure::do_yield_check() { function in class:Par_PushOrMarkClosure
81 _parent->do_yield_check();
H A DconcurrentMarkSweepGeneration.inline.hpp440 inline void MarkFromRootsClosure::do_yield_check() { function in class:MarkFromRootsClosure
448 inline void Par_MarkFromRootsClosure::do_yield_check() { function in class:Par_MarkFromRootsClosure
458 inline bool ScanMarkedObjectsAgainCarefullyClosure::do_yield_check() { function in class:ScanMarkedObjectsAgainCarefullyClosure
471 inline void SurvivorSpacePrecleanClosure::do_yield_check() { function in class:SurvivorSpacePrecleanClosure
482 inline void SweepClosure::do_yield_check(HeapWord* addr) { function in class:SweepClosure
490 inline void MarkRefsIntoAndScanClosure::do_yield_check() { function in class:MarkRefsIntoAndScanClosure
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp286 if (yield_after && _cm->do_yield_check()) {
747 do_yield_check();
976 bool ret = _cm->do_yield_check(worker_id);
3189 bool ConcurrentMark::do_yield_check(uint worker_id) { function in class:ConcurrentMark

Completed in 152 milliseconds