Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.h101 bool IsCollected(JDWP::ObjectId id)
Dobject_registry.cc242 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) { in IsCollected() function in art::ObjectRegistry
Djdwp_handler.cc878 JdwpError rc = Dbg::IsCollected(object_id, &is_collected); in OR_IsCollected()
/art/runtime/
Ddebugger.h398 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool* is_collected)
Ddebugger.cc1034 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool* is_collected) { in IsCollected() function in art::Dbg
1045 *is_collected = gRegistry->IsCollected(object_id); in IsCollected()