Home
last modified time | relevance | path

Searched refs:kWaitingPerformingGc (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dthread_state.h34 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
Dthread-inl.h275 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
Ddebugger.cc2159 case kWaitingPerformingGc: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc88 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
/art/runtime/gc/collector/
Dconcurrent_copying.cc200 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()
Dmark_sweep.cc1143 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
/art/runtime/gc/
Dheap.cc2028 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
2104 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
2625 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()