Home
last modified time | relevance | path

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

/art/runtime/
Dthread_state.h34 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC enumerator
Ddebugger.cc2291 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc91 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc373 case art::kWaitingForGcToComplete: in GetCurrentContendedMonitor()
Dti_thread.cc411 case art::ThreadState::kWaitingForGcToComplete: in GetJvmtiThreadStateFromInternal()
462 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()
/art/runtime/gc/
Dheap.cc766 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1322 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()
1899 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
1983 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()
2533 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3346 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()