Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dquick_exception_handler.h79 void SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor)
H A Dquick_exception_handler.cc196 SetCatchEnvironmentForOptimizedHandler(&visitor); in FindCatch()
239 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler() function in art::QuickExceptionHandler