Home
last modified time | relevance | path

Searched refs:TestClass4 (Results 1 – 4 of 4) sorted by relevance

/art/test/993-breakpoints/src/art/
DTest993.java112 public static class TestClass4 { class in Test993
479 Method private_method = TestClass4.class.getDeclaredMethod("privateMethod");
636 new InvokeNative(private_method, new TestClass4()),
639 () -> new TestClass4().callPrivateMethod()),
/art/test/993-breakpoints/
Dexpected_cts.txt548 Native invoking: private void art.Test993$TestClass4.privateMethod() args: [this: TestClass4]
549 Invoking "new TestClass4().callPrivateMethod()"
550 Breaking on [private void art.Test993$TestClass4.privateMethod() @ 118]
551 Native invoking: private void art.Test993$TestClass4.privateMethod() args: [this: TestClass4]
552 Breakpoint: private void art.Test993$TestClass4.privateMethod() @ line=118
553 Invoking "new TestClass4().callPrivateMethod()"
554 Breakpoint: private void art.Test993$TestClass4.privateMethod() @ line=118
Dexpected-stdout.txt548 Native invoking: private void art.Test993$TestClass4.privateMethod() args: [this: TestClass4]
549 Invoking "new TestClass4().callPrivateMethod()"
550 Breaking on [private void art.Test993$TestClass4.privateMethod() @ 118]
551 Native invoking: private void art.Test993$TestClass4.privateMethod() args: [this: TestClass4]
552 Breakpoint: private void art.Test993$TestClass4.privateMethod() @ line=118
553 Invoking "new TestClass4().callPrivateMethod()"
554 Breakpoint: private void art.Test993$TestClass4.privateMethod() @ line=118
/art/test/530-checker-lse/src/
DMain.java72 class TestClass4 { class
100 static void $noinline$Escape4(TestClass4 o) { in $noinline$Escape4()