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

/art/runtime/jdwp/
H A Dobject_registry.h98 void EnableCollection(JDWP::ObjectId id)
H A Dobject_registry.cc212 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) { function in class:art::ObjectRegistry
H A Djdwp_handler.cc872 return Dbg::EnableCollection(object_id);
1523 { 9, 8, OR_EnableCollection, "ObjectReference.EnableCollection" },
/art/runtime/
H A Ddebugger.h364 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
H A Ddebugger.cc951 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) { function in class:art::Dbg
961 gRegistry->EnableCollection(object_id);

Completed in 106 milliseconds