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.cc2258 case kWaitingForGcToComplete: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc91 case kWaitingForGcToComplete: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc390 case art::kWaitingForGcToComplete: in GetCurrentContendedMonitor()
Dti_thread.cc470 case art::ThreadState::kWaitingForGcToComplete: in GetJvmtiThreadStateFromInternal()
522 case art::ThreadState::kWaitingForGcToComplete: in GetJavaStateFromInternal()
/art/runtime/gc/
Dheap.cc871 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC()
1470 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC()
2048 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in PerformHomogeneousSpaceCompact()
2136 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in TransitionCollector()
2718 ScopedThreadStateChange tsc2(self, kWaitingForGcToComplete); in CollectGarbageInternal()
3539 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete()