Searched refs:setFieldModification (Results 1 – 5 of 5) sorted by relevance
57 …ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldModification(classSignature, JDWPConstants.Ty… in testFieldModifyEvent()
93 …ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldModification(classSignature, JDWPConstants.Ty… in hookFieldModification()
446 replyPacket = debuggeeWrapper.vmMirror.setFieldModification(classSignature, in setFieldWatchpoint()
59 debuggeeWrapper.vmMirror.setFieldModification(classSignature, in testFieldModification001()
1773 public ReplyPacket setFieldModification(String classSignature, in setFieldModification() method in VmMirror