HomeSort by relevance Sort by last modified time
    Searched full:rethrow (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/llvm/test/Transforms/SimplifyCFG/
invoke_unwind.ll 12 to label %1 unwind label %Rethrow
14 Rethrow:
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 86 public void rethrow() { method in class:Throw
87 System.out.println("Throw.rethrow");
122 th.rethrow();
  /dalvik/tests/003-omnibus-opcodes/
expected.txt 68 Throw.rethrow
  /external/clang/test/CodeGenObjC/
exceptions.m 151 // -> rethrow
155 // to rethrow and should be true only in the last case.
161 // -> ret, rethrow
183 // rethrow:
  /external/clang/test/SemaObjC/
try-catch.m 46 @throw; // expected-error {{@throw (rethrow) used outside of a @catch block}}
  /libcore/json/src/main/java/org/json/
JSONException.java 34 * rethrow:
  /external/llvm/lib/Transforms/IPO/
LowerSetJmp.cpp 84 // The rethrow basic block map holds the basic block to branch to if
104 SwitchValuePair GetSJSwitch(Function* Func, BasicBlock* Rethrow);
318 // GetRethrowBB - Only one rethrow basic block is needed per function.
320 // performs the rethrow.
325 // The basic block we're going to jump to if we need to rethrow the
327 BasicBlock* Rethrow =
330 // Fill in the "Rethrow" BB with a call to rethrow the exception. This
333 new UnwindInst(Func->getContext(), Rethrow);
334 return RethrowBBMap[Func] = Rethrow;
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8BindingMacros.h 37 return block.ReThrow(); \
  /libcore/luni/src/main/java/libcore/util/
SneakyThrow.java 26 * <p>The following code must enumerate several types to rethrow:
  /external/guava/src/com/google/common/io/
Flushables.java 40 * <p>If {@code swallowIOException} is true, then we don't rethrow
Closeables.java 58 * // If an exception occurs, only rethrow it if (threw==false).
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 47 * if this flag is set to true, we will rethrow the exception on
230 // If the m_throwExceptionOnError flag is true, rethrow the exception.
265 // If the m_throwExceptionOnError flag is true, rethrow the exception.
  /external/clang/test/CodeGenCXX/
nrvo.cpp 96 // %invoke.cont17: rethrow block for %eh.cleanup.
  /external/libvpx/examples/includes/geshi/geshi/
cil.php 98 'unbox.any', 'unbox', 'throw', 'stsfld', 'stobj', 'stfld', 'stelem', 'sizeof', 'rethrow', 'refanyval', 'refanytype', 'newobj',
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 123 // rethrow RuntimeException without wrapping
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
CGObjCRuntime.h 93 /// rethrow exceptions. If the begin and end catch functions are NULL, then
  /external/v8/src/
top.cc 571 Failure* Isolate::ReThrow(MaybeObject* exception, MessageLocation* location) {
604 return ReThrow(thrown);
752 // be caught. If necessary, ReThrow will update the catcher.
795 // Note, that finally clause would rethrow an exception unless it's
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 137 /* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 137 /* @@@ Resume propagation of an FORCE_UNWIND exception, or to rethrow
  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
EasyMonkeyDevice.java 80 // TODO: try catch rethrow PyExc
  /dalvik/libnativehelper/
JNIHelp.cpp 281 (*env)->Throw(e, exception); // rethrow
  /external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 128 // call stack, so we rethrow it.
  /external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 162 goto TryCleanup // Exception not caught, rethrow
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 235 block.ReThrow();

Completed in 897 milliseconds

1 2 3 4