Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h120 void SetClearException(bool clear_exception) { in SetClearException() argument
121 clear_exception_ = clear_exception; in SetClearException()
Dquick_exception_handler.cc108 bool clear_exception = false; in HandleTryItems() local
111 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()
112 exception_handler_->SetClearException(clear_exception); in HandleTryItems()