HomeSort by relevance Sort by last modified time
    Searched defs:pending_exception (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/native/
ExecStrings.cpp 49 jthrowable pending_exception = env_->ExceptionOccurred(); local
50 if (pending_exception != NULL) {
62 if (pending_exception != NULL) {
63 if (env_->Throw(pending_exception) < 0) {
  /external/chromium_org/v8/src/
bootstrapper.cc 2456 bool pending_exception = false; local
    [all...]
builtins.cc 450 bool pending_exception; local
455 &pending_exception);
456 if (pending_exception) return Failure::Exception();
1234 bool pending_exception = false; local
    [all...]
isolate.h 159 C(PendingException, pending_exception) \
265 // invariants that hold about pending_exception. We may want to
572 MaybeObject* pending_exception() { function in class:v8::internal::Isolate
705 pending_exception_(isolate_->pending_exception()->ToObjectUnchecked(),
    [all...]
  /external/v8/src/
bootstrapper.cc 2143 bool pending_exception = false; local
    [all...]
builtins.cc 474 bool pending_exception; local
479 &pending_exception);
480 if (pending_exception) return Failure::Exception();
1074 bool pending_exception = false; local
    [all...]
isolate.h 141 C(PendingException, pending_exception) \
246 // invariants that hold about pending_exception. We may want to
535 MaybeObject* pending_exception() { function in class:v8::internal::Isolate
651 pending_exception_(isolate_->pending_exception()->ToObjectUnchecked()),
    [all...]
  /external/qemu/target-arm/
cpu.h 166 int pending_exception; member in struct:CPUARMState::__anon27348

Completed in 84 milliseconds