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

/art/runtime/interpreter/
H A Dinterpreter_common.cc601 if (UNLIKELY(self->ObserveAsyncException())) {
767 if (UNLIKELY(self->ObserveAsyncException())) {
1116 if (UNLIKELY(self->ObserveAsyncException())) {
H A Dinterpreter_common.h174 if (UNLIKELY(self->ObserveAsyncException())) {
H A Dinterpreter_switch_impl.cc113 if (UNLIKELY(self->ObserveAsyncException())) { \
/art/runtime/
H A Dmonitor.cc1197 if (UNLIKELY(self->ObserveAsyncException() || self->IsExceptionPending())) {
H A Dthread.h454 bool ObserveAsyncException() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthread.cc3989 bool Thread::ObserveAsyncException() { function in class:Thread
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1173 if (self->IsExceptionPending() || self->ObserveAsyncException()) {

Completed in 2518 milliseconds