Home
last modified time | relevance | path

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

/art/test/995-breakpoints-throw/
Dexpected.txt9 Test "call Test995::breakpointCatchLate": Running breakpoint with handler "do nothing"
10 Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=38
11 Test "call Test995::breakpointCatchLate": No error caught with handler "do nothing"
12 Test "call Test995::breakpointCatchLate": Finished running with handler "do nothing"
26 Test "call Test995::breakpointCatchLate": Running breakpoint with handler "throw"
27 Breakpoint: public static void art.Test995.breakpointCatchLate() @ line=38
28 Test "call Test995::breakpointCatchLate": Caught error java.lang.Error:"throwing error!" with handl…
29 Test "call Test995::breakpointCatchLate": Finished running with handler "throw"
/art/test/995-breakpoints-throw/src/art/
DTest995.java37 public static void breakpointCatchLate() { in breakpointCatchLate() method in Test995
104 makeTest("call Test995::breakpointCatchLate", Test995::breakpointCatchLate),