Searched refs:clear_exception (Results 1 – 3 of 3) sorted by relevance
128 void SetClearException(bool clear_exception) { in SetClearException() argument129 clear_exception_ = clear_exception; in SetClearException()
131 bool clear_exception = false; in HandleTryItems() local134 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()135 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
168 bool clear_exception = false; in MoveToExceptionHandler() local170 hs.NewHandle(exception->GetClass()), shadow_frame.GetDexPC(), &clear_exception); in MoveToExceptionHandler()197 } else if (!clear_exception) { in MoveToExceptionHandler()200 } else if (clear_exception) { in MoveToExceptionHandler()