Searched refs:InvokeNative (Results 1 – 1 of 1) sorted by relevance
/art/test/993-breakpoints/src/art/ |
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()), 537 new InvokeNative(breakit_method_tc1ext, new TestClass1ext()), 556 new InvokeNative(breakit_method, new TestClass2()), 557 new InvokeNative(breakit_method_tc2, new TestClass2()), [all …]
|