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