Searched refs:should_yield (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.hpp62 bool should_yield() { return _async_stop; } function in class:SuspendibleThreadSet
132 bool should_yield() { return _sts.should_yield(); } function in class:ConcurrentGCThread
135 // should_yield() (non-static) methods in this class and it was an
H A DconcurrentGCThread.cpp298 return _sts.should_yield();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.inline.hpp441 if (ConcurrentMarkSweepThread::should_yield() &&
449 if (ConcurrentMarkSweepThread::should_yield() &&
459 if (ConcurrentMarkSweepThread::should_yield() &&
472 if (ConcurrentMarkSweepThread::should_yield() &&
483 if (ConcurrentMarkSweepThread::should_yield() &&
495 ConcurrentMarkSweepThread::should_yield()) {
H A DconcurrentMarkSweepThread.hpp209 static bool should_yield() { return _pending_yields > 0; } function in class:ConcurrentMarkSweepThread
H A DconcurrentMarkSweepGeneration.hpp1398 bool should_yield, bool verifying = false);
1434 bool should_yield);
1638 bool should_yield):
1641 _yield(should_yield),
1685 bool should_yield):
1688 _yield(should_yield),
1812 CMSBitMap* bitMap, bool should_yield);
1632 ScanMarkedObjectsAgainCarefullyClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bitMap, CMSMarkStack* markStack, CMSMarkStack* revisitStack, MarkRefsIntoAndScanClosure* cl, bool should_yield) argument
1679 SurvivorSpacePrecleanClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bit_map, CMSMarkStack* mark_stack, PushAndMarkClosure* cl, unsigned int before_count, bool should_yield) argument
H A DconcurrentMarkSweepGeneration.cpp3842 bool should_yield() {
3843 return ConcurrentMarkSweepThread::should_yield()
3871 // Note that we do not need the disjunct || _task->should_yield() above
3878 if (_task->should_yield()) {
4129 if (_task->should_yield()) {
4236 } else if (yielding() || should_yield()) {
4264 // should_yield() flag is on, let's sleep for a bit to give the
4286 ConcurrentMarkSweepThread::should_yield() &&
5679 false /* should_yield */, false /* not precleaning */);
6349 if (ConcurrentMarkSweepThread::should_yield()
[all...]
H A DcmsOopClosures.hpp220 bool should_yield,
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp85 if (_sts.should_yield()) {
H A DconcurrentMark.hpp794 inline bool should_yield();
H A DconcurrentMark.cpp3190 if (should_yield()) {
3201 bool ConcurrentMark::should_yield() { function in class:ConcurrentMark
3202 return cmThread()->should_yield();
3493 if (_cm->should_yield()) {
H A Dg1CollectedHeap.cpp110 if (_concurrent && _sts->should_yield()) {

Completed in 101 milliseconds