Home
last modified time | relevance | path

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

/aosp12/art/test/995-breakpoints-throw/
H A Dexpected-stdout.txt5 Test "call Test995::breakpointCatch": Running breakpoint with handler "do nothing"
6 Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
7 Test "call Test995::breakpointCatch": No error caught with handler "do nothing"
8 Test "call Test995::breakpointCatch": Finished running with handler "do nothing"
21 Test "call Test995::breakpointCatch": Running breakpoint with handler "throw"
22 Breakpoint: public static void art.Test995.breakpointCatch() @ line=48
24 Test "call Test995::breakpointCatch": No error caught with handler "throw"
25 Test "call Test995::breakpointCatch": Finished running with handler "throw"
/aosp12/art/test/995-breakpoints-throw/src/art/
H A DTest995.java46 public static void breakpointCatch() { in breakpointCatch() method in Test995
103 makeTest("call Test995::breakpointCatch", Test995::breakpointCatch),