Searched refs:kWaitingForGcToComplete (Results 1 – 5 of 5) sorted by relevance
32 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
2213 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
89 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
769 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()
406 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()