Searched refs:BREAKPOINT_METHOD_NAME (Results 1 – 6 of 6) sorted by relevance
37 private static final String BREAKPOINT_METHOD_NAME = "breakpointTest"; field in SingleStepWithLocationTest64 refTypeID, BREAKPOINT_METHOD_NAME); in testSingleStepToLocation()81 long methodID = getMethodID(refTypeID, BREAKPOINT_METHOD_NAME); in testSingleStepToLocation()
29 public static String BREAKPOINT_METHOD_NAME = "breakpointOnCatch"; field in BreakpointOnCatchDebuggee
53 long methodID = getMethodID(classID, BreakpointOnCatchDebuggee.BREAKPOINT_METHOD_NAME); in testBreakpointOnCatch()
33 private static final String BREAKPOINT_METHOD_NAME = "breakpointMethod"; field in Resume002Test79 long methodID = getMethodID(classID, BREAKPOINT_METHOD_NAME); in installBreakpoint()
30 public static final String BREAKPOINT_METHOD_NAME = "breakpointMethod"; field in DisposeDuringInvokeDebuggee
63 DisposeDuringInvokeDebuggee.BREAKPOINT_METHOD_NAME, in testDisposeDuringInvoke()