OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRegistry
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
debugger.cc
318
ObjectRegistry* Dbg::
gRegistry
= nullptr;
649
CHECK(
gRegistry
== nullptr);
650
gRegistry
= new ObjectRegistry;
683
delete
gRegistry
;
684
gRegistry
= nullptr;
819
gRegistry
->Clear();
842
mirror::Object* o =
gRegistry
->Get<mirror::Object*>(class_id);
869
class_object_id =
gRegistry
->Add(c);
883
superclass_id =
gRegistry
->Add(c->GetSuperClass());
889
mirror::Object* o =
gRegistry
->Get<mirror::Object*>(id)
[
all
...]
debugger.h
635
return
gRegistry
;
682
static ObjectRegistry*
gRegistry
;
Completed in 32 milliseconds