Searched refs:IsCollected (Results 1 – 5 of 5) sorted by relevance
101 bool IsCollected(JDWP::ObjectId id)
242 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) { in IsCollected() function in art::ObjectRegistry
878 JdwpError rc = Dbg::IsCollected(object_id, &is_collected); in OR_IsCollected()
398 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool* is_collected)
1034 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool* is_collected) { in IsCollected() function in art::Dbg1045 *is_collected = gRegistry->IsCollected(object_id); in IsCollected()