Lines Matching refs:exception
164 Throwable* exception = self->GetException(nullptr);
165 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception);
254 // Return the pending exception.
528 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
529 if (UNLIKELY(exception == NULL)) {
530 ThrowNullPointerException(NULL, "throw with null exception");
531 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) {
537 exception->GetClass()->GetDescriptor(&temp));
539 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable());