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

  /art/runtime/
thread_state.h 33 kWaitingForCheckPointsToRun, // WAITING TS_WAIT GC waiting for checkpoints to run
cha.cc 165 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
thread_list.cc 229 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
432 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
    [all...]
debugger.cc     [all...]
  /art/runtime/native/
java_lang_Thread.cc 91 case kWaitingForCheckPointsToRun: return kJavaWaiting;
  /art/runtime/gc/collector/
concurrent_copying.cc 254 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
622 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun);
    [all...]
mark_sweep.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_stack.cc 348 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun);
ti_thread.cc 408 case art::ThreadState::kWaitingForCheckPointsToRun:
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 140 milliseconds