Searched refs:kWaitingPerformingGc (Results 1 – 7 of 7) sorted by relevance
34 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
275 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
2159 case kWaitingPerformingGc: in ToJdwpThreadStatus()
88 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
200 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()343 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()499 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()901 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1143 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
2028 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()2104 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()2625 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()