Home
last modified time | relevance | path

Searched refs:is_exception_pending (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h122 HANDLER_ATTRIBUTES bool PossiblyHandlePendingExceptionOnInvoke(bool is_exception_pending) { in PossiblyHandlePendingExceptionOnInvoke() argument
128 if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingExceptionOnInvoke()
137 } else if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingExceptionOnInvoke()
/aosp12/art/openjdkjvmti/
H A Devents.cc915 jboolean is_exception_pending = self->IsExceptionPending(); in WatchedFramePop() local
921 is_exception_pending, in WatchedFramePop()