Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h79 void SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor)
Dquick_exception_handler.cc245 SetCatchEnvironmentForOptimizedHandler(&visitor); in FindCatch()
287 void QuickExceptionHandler::SetCatchEnvironmentForOptimizedHandler(StackVisitor* stack_visitor) { in SetCatchEnvironmentForOptimizedHandler() function in art::QuickExceptionHandler