Searched refs:InvokeReflect (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/993-breakpoints/src/art/ |
H A D | Test993.java | 157 public static class InvokeReflect implements ThrowRunnable { class in Test993 160 public InvokeReflect(Method m, Object this_arg) { in InvokeReflect() method in Test993.InvokeReflect 418 new InvokeReflect(bcp_static_method, null), 485 new InvokeReflect(breakpoint_method, null), 509 new InvokeReflect(i_breakpoint_method, null), 522 new InvokeReflect(breakit_method, new TestClass1()), 539 new InvokeReflect(breakit_method, new TestClass1ext()), 559 new InvokeReflect(breakit_method, new TestClass2()), 578 new InvokeReflect(breakit_method, new TestClass2ext()), 599 new InvokeReflect(breakit_method, new TestClass3()), [all …]
|