Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h52 void FindCatch(ObjPtr<mirror::Throwable> exception) REQUIRES_SHARED(Locks::mutator_lock_);
Dquick_exception_handler.cc148 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch() function in art::QuickExceptionHandler
Dthread.cc3615 exception_handler.FindCatch(exception); in QuickDeliverException()