Searched refs:FindCatch (Results 1 – 3 of 3) sorted by relevance
52 void FindCatch(ObjPtr<mirror::Throwable> exception) REQUIRES_SHARED(Locks::mutator_lock_);
148 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch() function in art::QuickExceptionHandler
3695 exception_handler.FindCatch(exception); in QuickDeliverException()