Home
last modified time | relevance | path

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

/art/runtime/
Dthread_state.h34 kWaitingPerformingGc, // WAITING TS_WAIT performing GC enumerator
Dthread-inl.h341 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
Ddebugger.cc2221 case kWaitingPerformingGc: in ToJdwpThreadStatus()
/art/runtime/native/
Djava_lang_Thread.cc90 case kWaitingPerformingGc: return kJavaWaiting; in Thread_nativeGetStatus()
/art/runtime/gc/collector/
Dconcurrent_copying.cc213 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
342 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
950 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
1336 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
Dmark_sweep.cc1142 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()
/art/runtime/openjdkjvmti/
Dti_thread.cc407 case art::ThreadState::kWaitingPerformingGc: in GetJavaStateFromInternal()
/art/runtime/gc/
Dheap.cc1889 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact()
1967 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in TransitionCollector()
2510 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal()