Home | History | Annotate | Download | only in jdwp

Lines Matching refs:is_collected

898   bool is_collected;
899 JdwpError rc = Dbg::IsCollected(object_id, is_collected);
900 expandBufAdd1(pReply, is_collected ? 1 : 0);