Home
last modified time | relevance | path

Searched refs:SetCatchEnvironmentForOptimizedHandler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dquick_exception_handler.h77 void SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor)
H A Dquick_exception_handler.cc248 SetCatchEnvironmentForOptimizedHandler(&visitor); in FindCatch()
293 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler() function in art::QuickExceptionHandler