Home | History | Annotate | Download | only in runtime

Lines Matching refs:DisableCollection

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