Home
last modified time | relevance | path

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

/art/runtime/
Dthread_state.h32 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
Ddebugger.cc2213 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc89 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
/art/runtime/gc/
Dheap.cc769 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1325 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()
1892 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
1973 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()
2520 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3337 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()
/art/runtime/openjdkjvmti/
Dti_thread.cc406 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()