HomeSort by relevance Sort by last modified time
    Searched refs:IsCollected (Results 1 - 5 of 5) sorted by null

  /art/runtime/jdwp/
object_registry.h 87 bool IsCollected(JDWP::ObjectId id)
object_registry.cc 193 bool ObjectRegistry::IsCollected(JDWP::ObjectId id) {
jdwp_handler.cc 899 JdwpError rc = Dbg::IsCollected(object_id, is_collected);
    [all...]
  /art/runtime/
debugger.h 352 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool& is_collected)