/aosp12/art/test/1953-pop-frame/ |
H A D | class-loading-expected.patch | 2 > Test stopped during notifyFramePop without exception on pop of calledFunction 5 > Test stopped during notifyFramePop without exception on pop of doNothing 8 > Test stopped during notifyFramePop with exception on pop of calledFunction 12 > Test stopped during notifyFramePop with exception on pop of doThrow
|
/aosp12/art/test/1954-pop-frame-jit/ |
H A D | jvm-expected.patch | 2 < Test stopped during notifyFramePop without exception on pop of calledFunction 5 < Test stopped during notifyFramePop without exception on pop of doNothing 8 < Test stopped during notifyFramePop with exception on pop of calledFunction 12 < Test stopped during notifyFramePop with exception on pop of doThrow
|
H A D | expected-stdout.txt | 37 Test stopped during notifyFramePop without exception on pop of calledFunction 40 Test stopped during notifyFramePop without exception on pop of doNothing 43 Test stopped during notifyFramePop with exception on pop of calledFunction 47 Test stopped during notifyFramePop with exception on pop of doThrow
|
/aosp12/art/test/1955-pop-frame-jit-called/ |
H A D | jvm-expected.patch | 2 < Test stopped during notifyFramePop without exception on pop of calledFunction 5 < Test stopped during notifyFramePop without exception on pop of doNothing 8 < Test stopped during notifyFramePop with exception on pop of calledFunction 12 < Test stopped during notifyFramePop with exception on pop of doThrow
|
H A D | expected-stdout.txt | 37 Test stopped during notifyFramePop without exception on pop of calledFunction 40 Test stopped during notifyFramePop without exception on pop of doNothing 43 Test stopped during notifyFramePop with exception on pop of calledFunction 47 Test stopped during notifyFramePop with exception on pop of doThrow
|
/aosp12/art/test/1956-pop-frame-jit-calling/ |
H A D | jvm-expected.patch | 2 < Test stopped during notifyFramePop without exception on pop of calledFunction 5 < Test stopped during notifyFramePop without exception on pop of doNothing 8 < Test stopped during notifyFramePop with exception on pop of calledFunction 12 < Test stopped during notifyFramePop with exception on pop of doThrow
|
H A D | expected-stdout.txt | 37 Test stopped during notifyFramePop without exception on pop of calledFunction 40 Test stopped during notifyFramePop without exception on pop of doNothing 43 Test stopped during notifyFramePop with exception on pop of calledFunction 47 Test stopped during notifyFramePop with exception on pop of doThrow
|
/aosp12/art/test/1923-frame-pop/src/art/ |
H A D | FramePop.java | 24 public static native void notifyFramePop(Thread target, int depth) throws Exception; in notifyFramePop() method in FramePop
|
H A D | Test1923.java | 190 FramePop.notifyFramePop(target, target_frame.depth); in doRecurTestWith()
|
/aosp12/art/test/1924-frame-pop-toggle/src/art/ |
H A D | FramePop.java | 24 public static native void notifyFramePop(Thread target, int depth) throws Exception; in notifyFramePop() method in FramePop
|
H A D | Test1924.java | 189 FramePop.notifyFramePop(target, target_frame.depth); in doRecurTestWith()
|
/aosp12/art/test/1925-self-frame-pop/src/art/ |
H A D | FramePop.java | 24 public static native void notifyFramePop(Thread target, int depth) throws Exception; in notifyFramePop() method in FramePop
|
H A D | Test1925.java | 146 FramePop.notifyFramePop(null, target_frame.depth); in doRecurTestWith()
|
/aosp12/art/test/1926-missed-frame-pop/src/art/ |
H A D | FramePop.java | 24 public static native void notifyFramePop(Thread target, int depth) throws Exception; in notifyFramePop() method in FramePop
|
H A D | Test1926.java | 202 FramePop.notifyFramePop(target, target_frame.depth); in doRecurTestWith()
|
/aosp12/art/test/jvmti-common/ |
H A D | FramePop.java | 24 public static native void notifyFramePop(Thread target, int depth) throws Exception; in notifyFramePop() method in FramePop
|
/aosp12/art/test/1968-force-early-return/ |
H A D | expected-stdout.txt | 74 Test stopped during notifyFramePop with exception on pop of calledFunction 81 Test stopped during notifyFramePop with exception on pop of doThrow
|
/aosp12/art/test/1969-force-early-return-void/ |
H A D | expected-stdout.txt | 74 Test stopped during notifyFramePop with exception on pop of calledFunction 81 Test stopped during notifyFramePop with exception on pop of doThrow
|
/aosp12/art/test/1970-force-early-return-long/ |
H A D | expected-stdout.txt | 74 Test stopped during notifyFramePop with exception on pop of calledFunction 81 Test stopped during notifyFramePop with exception on pop of doThrow
|