Searched defs:SetException (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1845 const_cast<Thread*>(this)->SetException(exc.Get());
2680 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
2730 SetException(exception.Get());
2746 SetException(exception.Get());
2760 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
3580 SetException(pending_exception);
3585 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { function in class:art::Thread

Completed in 180 milliseconds