Searched refs:kWaitingPerformingGc (Results 1 – 8 of 8) sorted by relevance
34 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
341 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
2221 case kWaitingPerformingGc: in ToJdwpThreadStatus()
90 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
213 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()342 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()950 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()1336 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1142 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
407 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
1889 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()1967 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()2510 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()