Home | History | Annotate | Download | only in runtime

Lines Matching full:disablecollection

1015 JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id) {
1021 gRegistry->DisableCollection(object_id);
1028 // Unlike DisableCollection, JDWP specs do not state an invalid object causes an error. The RI
1030 // should behave differently from DisableCollection and IsCollected commands. So let's be more