Home
last modified time | relevance | path

Searched refs:kWaitingForGcToComplete (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dthread_state.h39 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc136 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
Djava_lang_Thread.cc91 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc390 case art::kWaitingForGcToComplete: in GetCurrentContendedMonitor()
Dti_thread.cc473 case art::ThreadState::kWaitingForGcToComplete: in GetJvmtiThreadStateFromInternal()
525 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()
/art/runtime/gc/
Dheap.cc878 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1490 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()
2067 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
2603 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3420 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()