Home
last modified time | relevance | path

Searched refs:ObserveAsyncException (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h145 DCHECK(!self->ObserveAsyncException()); in DoInvoke()
146 } else if (UNLIKELY(self->ObserveAsyncException())) { in DoInvoke()
Dinterpreter_common.cc657 if (UNLIKELY(self->ObserveAsyncException())) { in DoMethodHandleInvokeCommon()
791 if (UNLIKELY(self->ObserveAsyncException())) { in DoVarHandleInvokeCommon()
1460 if (UNLIKELY(self->ObserveAsyncException())) { in DoInvokeCustom()
Dinterpreter_switch_impl-inl.h281 if (UNLIKELY(self->ObserveAsyncException())) { in HandleAsyncException()
/art/runtime/
Dmonitor.cc1262 if (UNLIKELY(self->ObserveAsyncException() || self->IsExceptionPending())) { in Wait()
Dthread.h462 bool ObserveAsyncException() REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4202 bool Thread::ObserveAsyncException() { in ObserveAsyncException() function in art::Thread
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1193 if (self->IsExceptionPending() || self->ObserveAsyncException()) { in artInstrumentationMethodExitFromCode()