Searched refs:kWaitingPerformingGc (Results 1 – 9 of 9) sorted by relevance
41 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
346 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
144 case kWaitingPerformingGc: in ToJdwpThreadStatus()
92 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
392 case art::kWaitingPerformingGc: in GetCurrentContendedMonitor()
475 case art::ThreadState::kWaitingPerformingGc: in GetJvmtiThreadStateFromInternal()526 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
248 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()443 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()960 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()1665 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1166 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
2064 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()2593 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()