Searched refs:catch_depth (Results 1 – 1 of 1) sorted by relevance
310 const uint32_t catch_depth = dex_pc_list.size() - 1; in SetCatchEnvironmentForOptimizedHandler() local311 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()