Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/
Dexpected.txt29 Normal: Entering public static void art.Test989.tryCatchExit()
30 Normal: Leaving public static void art.Test989.tryCatchExit() returned null
72 ThrowEnter: Entering public static void art.Test989.tryCatchExit()
73 ThrowEnter: Leaving public static void art.Test989.tryCatchExit() returned <exception>
74 …] - art.Test989$ErrorB: Throwing error while entering public static void art.Test989.tryCatchExit()
113 ThrowExit: Entering public static void art.Test989.tryCatchExit()
114 ThrowExit: Leaving public static void art.Test989.tryCatchExit() returned null
115 …st989$ErrorB: Throwing error while exit public static void art.Test989.tryCatchExit() returned null
152 ThrowBoth: Entering public static void art.Test989.tryCatchExit()
153 ThrowBoth: Leaving public static void art.Test989.tryCatchExit() returned <exception>
[all …]
/art/test/989-method-trace-throw/src/art/
DTest989.java302 tryCatchExit(); in run()
390 public static void tryCatchExit() { in tryCatchExit() method in Test989