Home
last modified time | relevance | path

Searched refs:kWaitingForCheckPointsToRun (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dthread_state.h31 kWaitingForCheckPointsToRun, // WAITING TS_WAIT GC waiting for checkpoints to run enumerator
Dprofiler.cc235 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunProfilerThread()
Ddebugger.cc2147 case kWaitingForCheckPointsToRun: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc79 case kWaitingForCheckPointsToRun: return kJavaWaiting; in Thread_nativeGetStatus()
/art/runtime/gc/collector/
Dmark_sweep.cc999 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint()