Searched refs:kWaitingForGcToComplete (Results 1 – 6 of 6) sorted by relevance
34 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
2291 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
91 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
373 case art::kWaitingForGcToComplete: in GetCurrentContendedMonitor()
411 case art::ThreadState::kWaitingForGcToComplete: in GetJvmtiThreadStateFromInternal()462 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()
766 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()1322 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()1899 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()1983 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()2533 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()3346 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()