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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsLockVerifier.cpp62 assert(myThread->is_GC_task_thread(), "Unexpected thread type");
82 } else if (myThread->is_GC_task_thread()) {
H A DconcurrentMarkSweepGeneration.cpp2825 } else if (thr->is_GC_task_thread()) {
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.cpp56 if (my_thread->is_GC_task_thread()) {
H A DsharedHeap.cpp92 || ( (t->is_GC_task_thread() || t->is_VM_thread())
H A DfreeList.cpp329 } else if (thr->is_GC_task_thread()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.hpp64 bool is_GC_task_thread() const { function in class:GCTaskThread
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp281 virtual bool is_GC_task_thread() const;
H A Dworkgroup.cpp343 bool GangWorker::is_GC_task_thread() const { function in class:GangWorker
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp157 myThread->is_GC_task_thread();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp310 virtual bool is_GC_task_thread() const { return false; } function in class:Thread
H A Dthread.cpp849 else if (is_GC_task_thread()) st->print("GCTaskThread");

Completed in 100 milliseconds