Searched refs:TestClass3 (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/test/993-breakpoints/ |
H A D | expected_cts.txt | 304 Running TestClass3 invokes 307 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 309 Reflective invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 311 Invoking "new TestClass3().breakit())" 315 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 319 Reflective invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 323 Invoking "new TestClass3().breakit())" 328 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 332 Reflective invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 342 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] [all …]
|
H A D | expected-stdout.txt | 304 Running TestClass3 invokes 307 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 309 Reflective invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 311 Invoking "new TestClass3().breakit())" 315 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 319 Reflective invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 323 Invoking "new TestClass3().breakit())" 328 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 332 Reflective invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] 342 Native invoking: public void art.Test993$TestClass3.breakit() args: [this: TestClass3] [all …]
|
/aosp12/art/test/993-breakpoints/src/art/ |
H A D | Test993.java | 96 public static class TestClass3 implements Breakable { class in Test993 105 public static class TestClass3ext extends TestClass3 { 477 Method breakit_method_tc3 = TestClass3.class.getDeclaredMethod("breakit"); 596 new InvokeNative(breakit_method, new TestClass3()), 597 new InvokeNative(breakit_method_tc3, new TestClass3()), 599 new InvokeReflect(breakit_method, new TestClass3()), 600 new InvokeReflect(breakit_method_tc3, new TestClass3()), 603 () -> ((Breakable)new TestClass3()).breakit()), 605 () -> new TestClass3().breakit()), 625 () -> ((TestClass3)new TestClass3ext()).breakit()),
|
/aosp12/art/test/530-checker-lse/src/ |
H A D | Main.java | 62 class TestClass3 { class 690 TestClass3 obj = new TestClass3(); in test24() 782 TestClass3 obj = new TestClass3(); in test26() 901 TestClass3 obj = new TestClass3(); in test29()
|