Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h56 void FindCatch(ObjPtr<mirror::Throwable> exception, bool is_method_exit_exception)
Dquick_exception_handler.cc179 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception, in FindCatch() function in art::QuickExceptionHandler
Dthread.cc3994 exception_handler.FindCatch(exception, skip_method_exit_callbacks); in QuickDeliverException()