Home
last modified time | relevance | path

Searched refs:kWaitingForGcToComplete (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread_state.h32 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
Ddebugger.cc2216 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc79 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
/art/runtime/gc/
Dheap.cc738 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1237 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in TrimSpaces()
1817 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
1890 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()
2397 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3172 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()