Searched refs:kWaitingPerformingGc (Results 1 – 9 of 9) sorted by relevance
41 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
347 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
139 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()
269 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()465 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()982 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()1715 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1166 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
2061 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()2600 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()