Searched refs:setMethodExit (Results 1 – 8 of 8) sorted by relevance
366 int methodExitRequestId = setMethodExit(methodExitEventKind); in runMethodExitTest()455 private int setMethodExit(byte methodExitEventKind) { in setMethodExit() method in EventWithExceptionTest460 replyPacket = debuggeeWrapper.vmMirror.setMethodExit(getDebuggeeClassName()); in setMethodExit()
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()
1640 public ReplyPacket setMethodExit(String classRegexp) { in setMethodExit() method in VmMirror