Home | History | Annotate | Download | only in runtime

Lines Matching defs:SetException

1919     const_cast<Thread*>(this)->SetException(exc.Get());
2755 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
2805 SetException(exception.Get());
2821 SetException(exception.Get());
2835 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
3657 SetException(pending_exception);
3662 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) {