Home | History | Annotate | Download | only in runtime

Lines Matching refs:is_collected

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