Searched defs:IsCollected (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Dobject_registry.cc233 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) { function in class:art::ObjectRegistry
/art/runtime/
H A Ddebugger.cc1020 // should behave differently from DisableCollection and IsCollected commands. So let's be more
1029 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool* is_collected) { function in class:art::Dbg
1040 *is_collected = gRegistry->IsCollected(object_id);

Completed in 62 milliseconds