Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h117 void SetClearException(bool clear_exception) { in SetClearException() argument
118 clear_exception_ = clear_exception; in SetClearException()
Dquick_exception_handler.cc107 bool clear_exception = false; in HandleTryItems() local
110 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()
111 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
/art/runtime/interpreter/
Dinterpreter_common.cc170 bool clear_exception = false; in MoveToExceptionHandler() local
172 hs.NewHandle(exception->GetClass()), shadow_frame.GetDexPC(), &clear_exception); in MoveToExceptionHandler()
200 } else if (!clear_exception) { in MoveToExceptionHandler()
203 } else if (clear_exception) { in MoveToExceptionHandler()