Home | History | Annotate | Download | only in runtime

Lines Matching defs:pending_exception

168                               ObjPtr<mirror::Throwable> pending_exception,
173 pending_exception_(pending_exception.Ptr()),
3648 ObjPtr<mirror::Throwable> pending_exception;
3650 PopDeoptimizationContext(result, &pending_exception, &from_code);
3656 if (pending_exception != nullptr) {
3657 SetException(pending_exception);