Lines Matching defs:thr
31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr);
32 public static native void clearSuspendBreakpointFor(Thread thr);
34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr);
35 public static native void clearSuspendSingleStepFor(Thread thr);
37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr);
38 public static native void clearFieldSuspendFor(Thread thr);
40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr);
41 public static native void clearSuspendMethodEvent(Thread thr);
44 Executable meth, boolean is_catch, Thread thr);
45 public static native void clearSuspendExceptionEvent(Thread thr);
48 int offset, Executable breakpointFunction, Thread thr);
49 public static native void clearSuspendPopFrameEvent(Thread thr);
54 int eventType, String[] interestingNames, Thread thr);
55 public static native void clearSuspendClassEvent(Thread thr);
57 public static native void setupWaitForNativeCall(Thread thr);
58 public static native void clearWaitForNativeCall(Thread thr);
62 * @param thr the thread to wait for.
64 public static native void waitForSuspendHit(Thread thr);