Home
last modified time | relevance | path

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

/art/runtime/
Dthread_state.h36 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
Dthread-inl.h344 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
Ddebugger.cc2266 case kWaitingPerformingGc: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc92 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc392 case art::kWaitingPerformingGc: in GetCurrentContendedMonitor()
Dti_thread.cc472 case art::ThreadState::kWaitingPerformingGc: in GetJvmtiThreadStateFromInternal()
523 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
/art/runtime/gc/collector/
Dconcurrent_copying.cc250 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
445 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
960 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1654 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.cc2042 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
2127 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
2705 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()