Home
last modified time | relevance | path

Searched refs:clear_exception (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dquick_exception_handler.h76 void SetClearException(bool clear_exception) { in SetClearException() argument
77 clear_exception_ = clear_exception; in SetClearException()
Dquick_exception_handler.cc90 bool clear_exception = false; in HandleTryItems() local
94 &clear_exception); in HandleTryItems()
95 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
/art/runtime/interpreter/
Dinterpreter_common.cc465 bool clear_exception = false; in FindNextInstructionFollowingException() local
471 &clear_exception); in FindNextInstructionFollowingException()
481 if (clear_exception) { in FindNextInstructionFollowingException()