Home
last modified time | relevance | path

Searched refs:SetAsyncException (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_thread.cc1109 me->SetAsyncException(exception_.Get()); in StopThread()
/art/runtime/
Dthread.h475 void SetAsyncException(ObjPtr<mirror::Throwable> new_exception)
Dthread.cc4228 void Thread::SetAsyncException(ObjPtr<mirror::Throwable> new_exception) { in SetAsyncException() function in art::Thread