Home | History | Annotate | Download | only in runtime

Lines Matching refs:DisableCollection

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