Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc336 if (UNLIKELY(self->ObserveAsyncException())) { in DoMethodHandleInvokeCommon()
470 if (UNLIKELY(self->ObserveAsyncException())) { in DoVarHandleInvokeCommon()
1139 if (UNLIKELY(self->ObserveAsyncException())) { in DoInvokeCustom()
Dinterpreter_common.h240 DCHECK(!self->ObserveAsyncException()); in DoInvoke()
241 } else if (UNLIKELY(self->ObserveAsyncException())) { in DoInvoke()
Dinterpreter_switch_impl-inl.h180 if (UNLIKELY(self->ObserveAsyncException())) { in HandleAsyncException()
/art/runtime/
Dthread.h485 bool ObserveAsyncException() REQUIRES_SHARED(Locks::mutator_lock_);
Dmonitor.cc1295 if (UNLIKELY(self->ObserveAsyncException() || self->IsExceptionPending())) { in Wait()
Dthread.cc4241 bool Thread::ObserveAsyncException() { in ObserveAsyncException() function in art::Thread
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1111 if (self->IsExceptionPending() || self->ObserveAsyncException()) { in artInstrumentationMethodExitFromCode()