HomeSort by relevance Sort by last modified time
    Searched defs:pending_exception (Results 1 - 4 of 4) 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/v8/src/
isolate-inl.h 21 Object* Isolate::pending_exception() { function in class:v8::internal::Isolate
86 pending_exception_(isolate_->pending_exception(), isolate_) {}
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 689 mirror::Throwable* pending_exception = nullptr; local
691 self->PopDeoptimizationContext(&result, &pending_exception, /* out */ &from_code);
716 if (pending_exception != nullptr) {
717 self->SetException(pending_exception);
    [all...]
  /art/runtime/
thread.cc 171 mirror::Throwable* pending_exception,
176 pending_exception_(pending_exception),
3019 mirror::Throwable* pending_exception = nullptr; local
    [all...]

Completed in 872 milliseconds