Searched refs:ObserveAsyncException (Results 1 – 7 of 7) sorted by relevance
145 DCHECK(!self->ObserveAsyncException()); in DoInvoke()146 } else if (UNLIKELY(self->ObserveAsyncException())) { in DoInvoke()
657 if (UNLIKELY(self->ObserveAsyncException())) { in DoMethodHandleInvokeCommon()791 if (UNLIKELY(self->ObserveAsyncException())) { in DoVarHandleInvokeCommon()1460 if (UNLIKELY(self->ObserveAsyncException())) { in DoInvokeCustom()
281 if (UNLIKELY(self->ObserveAsyncException())) { in HandleAsyncException()
1262 if (UNLIKELY(self->ObserveAsyncException() || self->IsExceptionPending())) { in Wait()
462 bool ObserveAsyncException() REQUIRES_SHARED(Locks::mutator_lock_);
4202 bool Thread::ObserveAsyncException() { in ObserveAsyncException() function in art::Thread
1193 if (self->IsExceptionPending() || self->ObserveAsyncException()) { in artInstrumentationMethodExitFromCode()