Home
last modified time | relevance | path

Searched defs:rethrow (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DCloser.java145 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer
166 public <X extends Exception> RuntimeException rethrow(Throwable e, in rethrow() method in Closer
190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
/external/guice/core/src/com/google/inject/internal/
DExceptions.java43 public static RuntimeException rethrow(Throwable throwable) { in rethrow() method in Exceptions
/external/v8/test/unittests/interpreter/
Dbytecode-dead-code-optimizer-unittest.cc90 BytecodeNode rethrow(Bytecode::kReThrow); in TEST_F() local
/external/v8/src/parsing/
Dparser.cc6668 Statement* rethrow; in FinalizeIteratorUse() local