HomeSort by relevance Sort by last modified time
    Searched refs:kWaitingPerformingGc (Results 1 - 8 of 8) sorted by null

  /art/runtime/
thread_state.h 34 kWaitingPerformingGc, // WAITING TS_WAIT performing GC
thread-inl.h 341 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc)
debugger.cc     [all...]
  /art/runtime/native/
java_lang_Thread.cc 90 case kWaitingPerformingGc: return kJavaWaiting;
  /art/runtime/gc/collector/
concurrent_copying.cc 213 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc)
342 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc)
    [all...]
mark_sweep.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_thread.cc 407 case art::ThreadState::kWaitingPerformingGc:
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 110 milliseconds