Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dquick_exception_handler.h117 void SetClearException(bool clear_exception) { in SetClearException() argument
118 clear_exception_ = clear_exception; in SetClearException()
H A Dquick_exception_handler.cc109 bool clear_exception = false; in HandleTryItems() local
112 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception); in HandleTryItems()
113 exception_handler_->SetClearException(clear_exception); in HandleTryItems()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc166 bool clear_exception = false; in MoveToExceptionHandler() local
168 hs.NewHandle(exception->GetClass()), shadow_frame.GetDexPC(), &clear_exception); in MoveToExceptionHandler()
196 } else if (!clear_exception) { in MoveToExceptionHandler()
199 } else if (clear_exception) { in MoveToExceptionHandler()