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

  /art/runtime/
debugger.cc 313 ObjectRegistry* Dbg::gRegistry = nullptr;
509 CHECK(gRegistry == nullptr);
510 gRegistry = new ObjectRegistry;
541 delete gRegistry;
542 gRegistry = nullptr;
684 gRegistry->Clear();
710 mirror::Object* o = gRegistry->Get<mirror::Object*>(class_id, &error);
739 *class_object_id = gRegistry->Add(c);
754 *superclass_id = gRegistry->Add(c->GetSuperClass());
765 expandBufAddObjectId(pReply, gRegistry->Add(c->GetClassLoader()))
    [all...]
debugger.h 689 return gRegistry;
    [all...]

Completed in 2714 milliseconds