Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h407 if (UNLIKELY(Self()->ObserveAsyncException())) { in HandleBranch()
774 if (UNLIKELY(Self()->ObserveAsyncException())) { in MONITOR_ENTER()
787 if (UNLIKELY(Self()->ObserveAsyncException())) { in MONITOR_EXIT()
914 if (UNLIKELY(Self()->ObserveAsyncException())) { in THROW()
Dinterpreter_common.cc301 if (UNLIKELY(self->ObserveAsyncException())) { in DoMethodHandleInvokeCommon()
435 if (UNLIKELY(self->ObserveAsyncException())) { in DoVarHandleInvokeCommon()
1152 if (UNLIKELY(self->ObserveAsyncException())) { in DoInvokeCustom()
Dinterpreter_common.h168 if (UNLIKELY(self->ObserveAsyncException())) { in DoInvoke()
/art/runtime/
Dmonitor.cc1290 if (UNLIKELY(self->ObserveAsyncException() || self->IsExceptionPending())) { in Wait()
Dthread.h680 bool ObserveAsyncException() REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4734 bool Thread::ObserveAsyncException() { in ObserveAsyncException() function in art::Thread
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2593 if (self->IsExceptionPending() || self->ObserveAsyncException()) { in artMethodExitHook()