Searched refs:kWaitingPerformingGc (Results 1 – 9 of 9) sorted by relevance
36 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
344 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
2266 case kWaitingPerformingGc: in ToJdwpThreadStatus()
92 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
392 case art::kWaitingPerformingGc: in GetCurrentContendedMonitor()
472 case art::ThreadState::kWaitingPerformingGc: in GetJvmtiThreadStateFromInternal()523 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
250 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()445 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()960 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()1654 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1166 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
2042 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()2127 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()2705 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()