Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_thread.cc1108 me->SetAsyncException(exception_.Get()); in StopThread()
/aosp12/art/runtime/
H A Dthread.h481 void SetAsyncException(ObjPtr<mirror::Throwable> new_exception)
H A Dthread.cc4372 void Thread::SetAsyncException(ObjPtr<mirror::Throwable> new_exception) { in SetAsyncException() function in art::Thread