Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/
Dexpected.txt7 Normal: Entering public static void art.Test989.throwA()
8 Normal: Leaving public static void art.Test989.throwA() returned <exception>
54 ThrowEnter: Entering public static void art.Test989.throwA()
55 ThrowEnter: Leaving public static void art.Test989.throwA() returned <exception>
56 …AClass] - art.Test989$ErrorB: Throwing error while entering public static void art.Test989.throwA()
93 ThrowExit: Entering public static void art.Test989.throwA()
94 ThrowExit: Leaving public static void art.Test989.throwA() returned <exception>
95 …Test989$ErrorB: Throwing error while exit public static void art.Test989.throwA() returned <except…
134 ThrowBoth: Entering public static void art.Test989.throwA()
135 ThrowBoth: Leaving public static void art.Test989.throwA() returned <exception>
[all …]
/art/test/989-method-trace-throw/src/art/
DTest989.java282 throwA(); in run()
412 public static void throwA() { in throwA() method in Test989