Home
last modified time | relevance | path

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

/art/runtime/
Dthread_state.h41 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
Dthread-inl.h346 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc144 case kWaitingPerformingGc: in ToJdwpThreadStatus()
Djava_lang_Thread.cc92 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc392 case art::kWaitingPerformingGc: in GetCurrentContendedMonitor()
Dti_thread.cc475 case art::ThreadState::kWaitingPerformingGc: in GetJvmtiThreadStateFromInternal()
526 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
/art/runtime/gc/collector/
Dconcurrent_copying.cc248 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
443 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
960 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1665 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
Dmark_sweep.cc1166 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
/art/runtime/gc/
Dheap.cc2064 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
2593 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()