Home | History | Annotate | Download | only in quick

Lines Matching defs:pending_exception

745     ObjPtr<mirror::Throwable> pending_exception;
747 self->PopDeoptimizationContext(&result, &pending_exception, /* out */ &from_code);
771 if (pending_exception != nullptr) {
772 self->SetException(pending_exception);