Home
last modified time | relevance | path

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

/art/test/993-breakpoints/
Dexpected.txt24 Native invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null]
25 Reflective invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null]
26 Invoking "Breakable::iBreakpoint"
27 Breaking on [public static void art.Test993$Breakable.iBreakpoint() @ 51]
28 Native invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null]
29 Breakpoint: public static void art.Test993$Breakable.iBreakpoint() @ line=51
30 Reflective invoking: public static void art.Test993$Breakable.iBreakpoint() args: [this: null]
31 Breakpoint: public static void art.Test993$Breakable.iBreakpoint() @ line=51
32 Invoking "Breakable::iBreakpoint"
33 Breakpoint: public static void art.Test993$Breakable.iBreakpoint() @ line=51
[all …]
/art/test/993-breakpoints/src/art/
DTest993.java49 static interface Breakable { interface in Test993
60 public static class TestClass1 implements Breakable {
80 public static class TestClass2 implements Breakable {
96 public static class TestClass3 implements Breakable {
99 Breakable.super.breakit(); in breakit()
463 Method i_breakpoint_method = Breakable.class.getDeclaredMethod("iBreakpoint");
464 Method breakit_method = Breakable.class.getDeclaredMethod("breakit");
502 new InvokeDirect("Breakable::iBreakpoint", Breakable::iBreakpoint),
516 () -> ((Breakable)new TestClass1()).breakit()),
534 () -> ((Breakable)new TestClass1ext()).breakit()),
[all …]