Home
last modified time | relevance | path

Searched refs:is_collected (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc898 bool is_collected; in OR_IsCollected() local
899 JdwpError rc = Dbg::IsCollected(object_id, is_collected); in OR_IsCollected()
900 expandBufAdd1(pReply, is_collected ? 1 : 0); in OR_IsCollected()
/art/runtime/
Ddebugger.h356 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool& is_collected)
Ddebugger.cc1101 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool& is_collected) in IsCollected() argument
1111 is_collected = true; in IsCollected()
1113 is_collected = gRegistry->IsCollected(object_id); in IsCollected()