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

  /art/runtime/jdwp/
jdwp_event.cc 270 Dbg::GetObjectRegistry()->Get<art::mirror::Class*>(loc.class_id, &error));
    [all...]
  /art/runtime/
debugger.cc 370 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error);
385 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error);
402 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error);
    [all...]
debugger.h 688 static ObjectRegistry* GetObjectRegistry() {
    [all...]

Completed in 53 milliseconds