Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.h98 void EnableCollection(JDWP::ObjectId id)
Dobject_registry.cc212 void ObjectRegistry::EnableCollection(JDWP::ObjectId id) { in EnableCollection() function in art::ObjectRegistry
Djdwp_handler.cc871 return Dbg::EnableCollection(object_id); in OR_EnableCollection()
/art/runtime/
Ddebugger.h396 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
Ddebugger.cc1020 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) { in EnableCollection() function in art::Dbg
1030 gRegistry->EnableCollection(object_id); in EnableCollection()