Home
last modified time | relevance | path

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

/art/test/993-breakpoints/
Dexpected_cts.txt3 Native invoking: public static void art.Test993.breakpoint() args: [this: null]
4 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null]
5 Invoking "Test993::breakpoint"
6 Breaking on [public static void art.Test993.breakpoint() @ 41]
7 Native invoking: public static void art.Test993.breakpoint() args: [this: null]
8 Breakpoint: public static void art.Test993.breakpoint() @ line=41
9 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null]
10 Breakpoint: public static void art.Test993.breakpoint() @ line=41
11 Invoking "Test993::breakpoint"
12 Breakpoint: public static void art.Test993.breakpoint() @ line=41
[all …]
Dexpected-stdout.txt3 Native invoking: public static void art.Test993.breakpoint() args: [this: null]
4 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null]
5 Invoking "Test993::breakpoint"
6 Breaking on [public static void art.Test993.breakpoint() @ 41]
7 Native invoking: public static void art.Test993.breakpoint() args: [this: null]
8 Breakpoint: public static void art.Test993.breakpoint() @ line=41
9 Reflective invoking: public static void art.Test993.breakpoint() args: [this: null]
10 Breakpoint: public static void art.Test993.breakpoint() @ line=41
11 Invoking "Test993::breakpoint"
12 Breakpoint: public static void art.Test993.breakpoint() @ line=41
[all …]
/art/test/993-breakpoints/src/
DMain.java19 art.Test993.run(true); in main()
/art/test/993-breakpoints/src/art/
DTest993.java35 public class Test993 { class
124 if (e.getDeclaringClass().getPackage().equals(Test993.class.getPackage())) { in notifyBreakpointReached()
320 if (method.getDeclaringClass().getPackage().equals(Test993.class.getPackage())) { in BP()
336 Test993.class,
337 Test993.class.getDeclaredMethod("notifyBreakpointReached",
470 Method breakpoint_method = Test993.class.getDeclaredMethod("breakpoint");
471 Method private_breakpoint_method = Test993.class.getDeclaredMethod("privateBreakpoint");
487 new InvokeDirect("Test993::breakpoint", Test993::breakpoint),
498 new InvokeDirect("Test993::privateBreakpoint", Test993::privateBreakpoint),
/art/test/
DAndroid.bp998 "993-breakpoints/src/art/Test993.java",