Searched refs:clear_exception (Results 1 – 3 of 3) sorted by relevance
117 void SetClearException(bool clear_exception) { in SetClearException() argument118 clear_exception_ = clear_exception; in SetClearException()
107 bool clear_exception = false; in HandleTryItems() local110 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()111 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
170 bool clear_exception = false; in MoveToExceptionHandler() local172 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()