Home
last modified time | relevance | path

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

/aosp12/art/test/994-breakpoint-line/src/art/
H A DTest994.java52 Method multipath_method = Test994.class.getDeclaredMethod("doMultiPath", Boolean.TYPE); in run() local
54 Breakpoint.LineNumber[] lines = Breakpoint.getLineNumberTable(multipath_method); in run()
63 MANAGER.setBreakpoint(multipath_method, line.location); in run()