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

/art/runtime/
H A Dthread.cc1967 const_cast<Thread*>(this)->SetException(exc.Get());
3024 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
3074 SetException(exception.Get());
3090 SetException(exception.Get());
3104 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
3967 SetException(pending_exception);
4005 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { function in class:Thread

Completed in 47 milliseconds