HomeSort by relevance Sort by last modified time
    Searched defs:pending_exception (Results 1 - 3 of 3) 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/
isolate.h 172 C(PendingException, pending_exception) \
275 // invariants that hold about pending_exception. We may want to
560 Object* pending_exception() { function in class:v8::internal::Isolate
702 pending_exception_(isolate_->pending_exception(), isolate_),
    [all...]
  /external/qemu/target-arm/
cpu.h 198 int pending_exception; member in struct:CPUARMState::__anon34712

Completed in 72 milliseconds