Home
last modified time | relevance | path

Searched defs:thr (Results 176 – 200 of 238) sorted by relevance

12345678910

/art/test/1911-get-local-var-table/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/993-breakpoints/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/994-breakpoint-line/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1917-get-stack-frame/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1967-get-set-local-bad-slot/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1968-force-early-return/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1915-get-set-local-current-thread/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1925-self-frame-pop/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1970-force-early-return-long/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1926-missed-frame-pop/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/996-breakpoint-obsolete/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1964-add-to-dex-classloader-file/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1929-exception-catch-exception/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1923-frame-pop/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1969-force-early-return-void/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/jvmti-common/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1954-pop-frame-jit/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1955-pop-frame-jit-called/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1927-exception-event/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
DTest1927.java36 public static void ExceptionCatchEvent(Thread thr, in ExceptionCatchEvent()
50 public static void ExceptionEvent(Thread thr, in ExceptionEvent()
/art/test/1947-breakpoint-redefine-deopt/src/art/
DBreakpoint.java105 Thread thr) { in startBreakpointWatch()
117 Thread thr); in startBreakpointWatch()
118 public static native void stopBreakpointWatch(Thread thr); in stopBreakpointWatch()
/art/test/1989-transform-bad-monitor/src/art/
DTest1989.java87 Thread thr = new Thread(() -> { in doTest() local
/art/test/997-single-step/src/art/
DTest997.java50 public static void notifySingleStep(Thread thr, Executable e, long loc) { in notifySingleStep()
/art/test/1947-breakpoint-redefine-deopt/src/
DMain.java58 public static void notifyBreakpointReached(Thread thr, Executable e, long loc) { in notifyBreakpointReached()

12345678910