Home
last modified time | relevance | path

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

/art/test/993-breakpoints/src/art/
DTest993.java112 public static class TestClass4 { class in Test993
470 Method private_method = TestClass4.class.getDeclaredMethod("privateMethod");
627 new InvokeNative(private_method, new TestClass4()),
630 () -> new TestClass4().callPrivateMethod()),