Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc48 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(_is_exception_pending, _offset) \ argument
50 if (UNLIKELY(_is_exception_pending)) { \
Dinterpreter_switch_impl.cc38 #define POSSIBLY_HANDLE_PENDING_EXCEPTION(_is_exception_pending, _next_function) \ argument
40 if (UNLIKELY(_is_exception_pending)) { \