Searched refs:kWaitingForGcToComplete (Results 1 – 6 of 6) sorted by relevance
39 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
136 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
91 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
390 case art::kWaitingForGcToComplete: in GetCurrentContendedMonitor()
473 case art::ThreadState::kWaitingForGcToComplete: in GetJvmtiThreadStateFromInternal()525 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()
878 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()1490 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()2067 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()2603 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()3420 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()