Lines Matching defs:thr

31   public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr);  in setupSuspendBreakpointFor()
32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor()
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt()
35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor()
37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor()
38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor()
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent()
41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent()
44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent()
48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent()
49 public static native void clearSuspendPopFrameEvent(Thread thr); in clearSuspendPopFrameEvent()
54 int eventType, String[] interestingNames, Thread thr); in setupSuspendClassEvent()
55 public static native void clearSuspendClassEvent(Thread thr); in clearSuspendClassEvent()
57 public static native void setupWaitForNativeCall(Thread thr); in setupWaitForNativeCall()
58 public static native void clearWaitForNativeCall(Thread thr); in clearWaitForNativeCall()
64 public static native void waitForSuspendHit(Thread thr); in waitForSuspendHit()