Searched refs:clear_exception (Results 1 – 2 of 2) sorted by relevance
120 void SetClearException(bool clear_exception) { in SetClearException() argument121 clear_exception_ = clear_exception; in SetClearException()
108 bool clear_exception = false; in HandleTryItems() local111 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()112 exception_handler_->SetClearException(clear_exception); in HandleTryItems()