Searched refs:kWaitingForGcToComplete (Results 1 – 6 of 6) sorted by relevance
39 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
131 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()
925 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()1546 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()2064 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()2612 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()3450 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()