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

/openjdk9/hotspot/src/share/vm/gc/cms/
H A DcmsLockVerifier.cpp62 assert(myThread->is_GC_task_thread(), "Unexpected thread type");
82 } else if (myThread->is_GC_task_thread()) {
H A DcompactibleFreeListSpace.cpp1801 bool is_par = Thread::current()->is_GC_task_thread();
H A DconcurrentMarkSweepGeneration.cpp2176 } else if (thr->is_GC_task_thread()) {
/openjdk9/hotspot/src/share/vm/memory/
H A DfreeBlockDictionary.cpp46 if (my_thread->is_GC_task_thread()) {
H A DfreeList.cpp300 } else if (thr->is_GC_task_thread()) {
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DgcTaskThread.hpp66 bool is_GC_task_thread() const { function in class:GCTaskThread
/openjdk9/hotspot/src/share/vm/gc/shared/
H A Dworkgroup.hpp243 virtual bool is_GC_task_thread() const;
H A Dworkgroup.cpp306 bool AbstractGangWorker::is_GC_task_thread() const {
/openjdk9/hotspot/src/share/vm/runtime/
H A Dthread.hpp334 virtual bool is_GC_task_thread() const { return false; } function in class:Thread
H A Dthread.cpp826 else if (is_GC_task_thread()) { st->print("GCTaskThread"); }
/openjdk9/hotspot/src/share/vm/oops/
H A Dmethod.cpp221 myThread->is_GC_task_thread();

Completed in 288 milliseconds