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.cc49 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(_is_exception_pending, _next_function) \ argument
51 if (UNLIKELY(_is_exception_pending)) { \
Dinterpreter_goto_table_impl.cc54 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(_is_exception_pending, _offset) \ argument
56 if (UNLIKELY(_is_exception_pending)) { \