Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_collected

1101 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool& is_collected)
1111 is_collected = true;
1113 is_collected = gRegistry->IsCollected(object_id);