Searched refs:kWaitingPerformingGc (Results 1 – 9 of 9) sorted by relevance
36 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
342 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
2299 case kWaitingPerformingGc: in ToJdwpThreadStatus()
92 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
375 case art::kWaitingPerformingGc: in GetCurrentContendedMonitor()
413 case art::ThreadState::kWaitingPerformingGc: in GetJvmtiThreadStateFromInternal()463 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
215 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()343 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()953 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()1339 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1165 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1893 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()1974 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()2520 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()