Searched refs:EnableCollection (Results 1 - 5 of 5) sorted by relevance

/art/runtime/jdwp/
H A Dobject_registry.h96 void EnableCollection(JDWP::ObjectId id)
H A Dobject_registry.cc203 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) { function in class:art::ObjectRegistry
H A Djdwp_handler.cc865 return Dbg::EnableCollection(object_id);
1516 { 9, 8, OR_EnableCollection, "ObjectReference.EnableCollection" },
/art/runtime/
H A Ddebugger.h357 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
H A Ddebugger.cc953 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) { function in class:art::Dbg
963 gRegistry->EnableCollection(object_id);

Completed in 108 milliseconds