Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread_state.h39 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
/aosp12/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc131 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
H A Djava_lang_Thread.cc91 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
/aosp12/art/openjdkjvmti/
H A Dti_monitor.cc390 case art::kWaitingForGcToComplete: in GetCurrentContendedMonitor()
H A Dti_thread.cc473 case art::ThreadState::kWaitingForGcToComplete: in GetJvmtiThreadStateFromInternal()
525 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()
/aosp12/art/runtime/gc/
H A Dheap.cc925 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1546 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()
2064 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
2612 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3450 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()