Searched refs:setMethodExit (Results 1 – 7 of 7) sorted by relevance
59 ReplyPacket reply = debuggeeWrapper.vmMirror.setMethodExit(methodExitClassNameRegexp); in testMethodExit()
50 .setMethodExit(methodExitClassNameRegexp); in testMethodExitWithReturnValueException()
256 .setMethodExit(methodEntryClassNameRegexp); in testCombinedEvents_02()497 .setMethodExit(methodEntryClassNameRegexp); in testCombinedEvents_04()803 .setMethodExit(methodEntryClassNameRegexp); in testCombinedEvents_06()
157 reply = debuggeeWrapper.vmMirror.setMethodExit(TESTED_CLASS_NAME); in prepareDebuggee()
122 .setMethodExit(methodEntryClassNameRegexp); in testCombinedEvents003_01()
77 debuggeeWrapper.vmMirror.setMethodExit(classNameRegexp); in testMethodEvent001()
1575 public ReplyPacket setMethodExit(String classRegexp) { in setMethodExit() method in VmMirror