Searched refs:InvokeNative (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/993-breakpoints/src/art/ |
H A D | Test993.java | 172 public static class InvokeNative implements Runnable { class in Test993 175 public InvokeNative(Method m, Object this_arg) { in InvokeNative() method in Test993.InvokeNative 483 new InvokeNative(breakpoint_method, null), 496 new InvokeNative(private_breakpoint_method, null), 507 new InvokeNative(i_breakpoint_method, null), 520 new InvokeNative(breakit_method, new TestClass1()), 536 new InvokeNative(breakit_method, new TestClass1ext()), 556 new InvokeNative(breakit_method, new TestClass2()), 574 new InvokeNative(breakit_method, new TestClass2ext()), 596 new InvokeNative(breakit_method, new TestClass3()), [all …]
|