Home
last modified time | relevance | path

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

/art/test/993-breakpoints/src/art/
DTest993.java157 public static class InvokeReflect implements ThrowRunnable { class in Test993
160 public InvokeReflect(Method m, Object this_arg) { in InvokeReflect() method in Test993.InvokeReflect
413 new InvokeReflect(bcp_static_method, null),
449 new InvokeReflect(bcp_virtual_method, Optional.of("test2")),
476 new InvokeReflect(breakpoint_method, null),
500 new InvokeReflect(i_breakpoint_method, null),
513 new InvokeReflect(breakit_method, new TestClass1()),
530 new InvokeReflect(breakit_method, new TestClass1ext()),
531 new InvokeReflect(breakit_method_tc1ext, new TestClass1ext()),
550 new InvokeReflect(breakit_method, new TestClass2()),
[all …]