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 474 new InvokeNative(breakpoint_method, null), 487 new InvokeNative(private_breakpoint_method, null), 498 new InvokeNative(i_breakpoint_method, null), 511 new InvokeNative(breakit_method, new TestClass1()), 527 new InvokeNative(breakit_method, new TestClass1ext()), 528 new InvokeNative(breakit_method_tc1ext, new TestClass1ext()), 547 new InvokeNative(breakit_method, new TestClass2()), 548 new InvokeNative(breakit_method_tc2, new TestClass2()), [all …]
|