Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h166 bool is_exception_pending, in PossiblyHandlePendingExceptionOnInvokeImpl() argument
174 if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingExceptionOnInvokeImpl()
182 } else if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingExceptionOnInvokeImpl()
195 bool is_exception_pending, in PossiblyHandlePendingException() argument
200 if (UNLIKELY(is_exception_pending)) { in PossiblyHandlePendingException()
379 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(is_exception_pending, next_function) \ argument
380 if (!PossiblyHandlePendingException(is_exception_pending, inst->next_function())) { \
384 #define POSSIBLY_HANDLE_PENDING_EXCEPTION_ON_INVOKE_POLYMORPHIC(is_exception_pending) \ argument
385 if (!PossiblyHandlePendingExceptionOnInvokeImpl(is_exception_pending, inst->Next_4xx())) { \
389 #define POSSIBLY_HANDLE_PENDING_EXCEPTION_ON_INVOKE(is_exception_pending) \ argument
[all …]
/art/openjdkjvmti/
Devents.cc805 jboolean is_exception_pending = self->IsExceptionPending(); in WatchedFramePop() local
811 is_exception_pending, in WatchedFramePop()