Searched refs:kWaitingPerformingGc (Results 1 – 6 of 6) sorted by relevance
32 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
207 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
2158 case kWaitingPerformingGc: in ToJdwpThreadStatus()
78 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
1545 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()1614 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()2082 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()
969 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()