Searched refs:rethrow (Results 1 - 2 of 2) sorted by relevance

/art/test/003-omnibus-opcodes/src/
H A DThrow.java86 public void rethrow() { method in class:Throw
87 System.out.println("Throw.rethrow");
122 th.rethrow();
/art/runtime/
H A Dtransaction.cc75 const bool rethrow = (abort_message == nullptr); local
76 if (kIsDebugBuild && rethrow) {
80 if (rethrow) {

Completed in 134 milliseconds