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

  /art/runtime/
thread_state.h 36 kWaitingPerformingGc, // WAITING TS_WAIT performing GC
thread-inl.h 342 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc)
debugger.cc     [all...]
  /art/runtime/native/
java_lang_Thread.cc 92 case kWaitingPerformingGc: return kJavaWaiting;
  /art/openjdkjvmti/
ti_monitor.cc 375 case art::kWaitingPerformingGc:
ti_thread.cc 413 case art::ThreadState::kWaitingPerformingGc:
463 case art::ThreadState::kWaitingPerformingGc:
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 215 DCHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc)
343 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc)
    [all...]
mark_sweep.cc     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 333 milliseconds