Home
last modified time | relevance | path

Searched refs:setupSuspendExceptionEvent (Results 1 – 16 of 16) sorted by relevance

/aosp12/art/test/1970-force-early-return-long/src/art/
H A DTest1970.java19 import static art.SuspendEvents.setupSuspendExceptionEvent;
776 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ true, thr),
786 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /* catch */ true, thr),
793 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ false, thr),
800 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ false, thr),
810 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /* catch */ false, thr),
817 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /* catch */ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1953-pop-frame/src/art/
H A DTest1953.java33 import static art.SuspendEvents.setupSuspendExceptionEvent;
837 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ true, thr),
845 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /*catch*/ true, thr),
851 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
857 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
865 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
871 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1954-pop-frame-jit/src/art/
H A DTest1953.java33 import static art.SuspendEvents.setupSuspendExceptionEvent;
837 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ true, thr),
845 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /*catch*/ true, thr),
851 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
857 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
865 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
871 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1955-pop-frame-jit-called/src/art/
H A DTest1953.java33 import static art.SuspendEvents.setupSuspendExceptionEvent;
837 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ true, thr),
845 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /*catch*/ true, thr),
851 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
857 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
865 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
871 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1956-pop-frame-jit-calling/src/art/
H A DTest1953.java33 import static art.SuspendEvents.setupSuspendExceptionEvent;
837 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ true, thr),
845 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /*catch*/ true, thr),
851 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
857 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /*catch*/ false, thr),
865 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
871 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /*catch*/ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1968-force-early-return/src/art/
H A DTest1968.java19 import static art.SuspendEvents.setupSuspendExceptionEvent;
801 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ true, thr),
811 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /* catch */ true, thr),
818 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ false, thr),
825 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ false, thr),
835 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /* catch */ false, thr),
842 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /* catch */ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1969-force-early-return-void/src/art/
H A DTest1969.java21 import static art.SuspendEvents.setupSuspendExceptionEvent;
830 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ true, thr),
840 (thr) -> setupSuspendExceptionEvent(exceptionCatchCalledMethod, /* catch */ true, thr),
847 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ false, thr),
854 (thr) -> setupSuspendExceptionEvent(exceptionThrowCalledMethod, /* catch */ false, thr),
864 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /* catch */ false, thr),
871 (thr) -> setupSuspendExceptionEvent(exceptionThrowFarCalledMethod, /* catch */ false, thr),
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/1971-multi-force-early-return/src/art/
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents
/aosp12/art/test/jvmti-common/
H A DSuspendEvents.java43 public static native void setupSuspendExceptionEvent( in setupSuspendExceptionEvent() method in SuspendEvents