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

  /art/runtime/
thread_state.h 47 kWaitingForGetObjectsAllocated, // WAITING TS_WAIT waiting for getting the number of allocated objects
debugger.cc     [all...]
  /art/runtime/native/
java_lang_Thread.cc 99 case kWaitingForGetObjectsAllocated: return kJavaWaiting;
  /art/openjdkjvmti/
ti_monitor.cc 386 case art::kWaitingForGetObjectsAllocated:
ti_thread.cc 420 case art::ThreadState::kWaitingForGetObjectsAllocated:
470 case art::ThreadState::kWaitingForGetObjectsAllocated:
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 205 milliseconds