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.h342 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
Ddebugger.cc2299 case kWaitingPerformingGc: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc92 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
/art/openjdkjvmti/
Dti_monitor.cc375 case art::kWaitingPerformingGc: in GetCurrentContendedMonitor()
Dti_thread.cc413 case art::ThreadState::kWaitingPerformingGc: in GetJvmtiThreadStateFromInternal()
463 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
/art/runtime/gc/collector/
Dconcurrent_copying.cc215 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
343 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
953 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1339 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
Dmark_sweep.cc1165 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
/art/runtime/gc/
Dheap.cc1893 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
1974 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
2520 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()