Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc310 const uint32_t catch_depth = dex_pc_list.size() - 1; in SetCatchEnvironmentForOptimizedHandler() local
311 const size_t number_of_registers = stack_visitor->GetNumberOfRegisters(&code_info, catch_depth); in SetCatchEnvironmentForOptimizedHandler()
324 DCHECK_EQ(throw_depth, catch_depth); in SetCatchEnvironmentForOptimizedHandler()
330 const size_t catch_vreg_start = catch_depth == 0 in SetCatchEnvironmentForOptimizedHandler()
332 : stack_visitor->GetNumberOfRegisters(&code_info, catch_depth - 1); in SetCatchEnvironmentForOptimizedHandler()