Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc877 bool is_collected; in OR_IsCollected() local
878 JdwpError rc = Dbg::IsCollected(object_id, &is_collected); in OR_IsCollected()
879 expandBufAdd1(pReply, is_collected ? 1 : 0); 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() argument
1035 *is_collected = true; in IsCollected()
1045 *is_collected = gRegistry->IsCollected(object_id); in IsCollected()