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

  /art/runtime/
debugger.cc 327 ObjectRegistry* Dbg::gRegistry = nullptr;
564 CHECK(gRegistry == nullptr);
565 gRegistry = new ObjectRegistry;
602 delete gRegistry;
603 gRegistry = nullptr;
748 gRegistry->Clear();
775 mirror::Object* o = gRegistry->Get<mirror::Object*>(class_id, &error);
804 *class_object_id = gRegistry->Add(c);
819 *superclass_id = gRegistry->Add(c->GetSuperClass());
830 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader()))
    [all...]
debugger.h 709 return gRegistry;
    [all...]

Completed in 3046 milliseconds