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

/art/runtime/jdwp/
H A Dobject_registry.h100 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.cc843 return Dbg::EnableCollection(object_id);
1489 { 9, 8, OR_EnableCollection, "ObjectReference.EnableCollection" },
/art/runtime/
H A Ddebugger.h376 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
H A Ddebugger.cc1015 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) { function in class:art::Dbg
1025 gRegistry->EnableCollection(object_id);

Completed in 1276 milliseconds