Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc303 DexRegisterMap catch_vreg_map = code_info.GetDexRegisterMapOf(catch_stack_map); in SetCatchEnvironmentForOptimizedHandler() local
304 if (!catch_vreg_map.HasAnyLiveDexRegisters()) { in SetCatchEnvironmentForOptimizedHandler()
307 DCHECK_EQ(catch_vreg_map.size(), number_of_vregs); in SetCatchEnvironmentForOptimizedHandler()
318 DexRegisterLocation::Kind catch_location = catch_vreg_map[vreg].GetKind(); in SetCatchEnvironmentForOptimizedHandler()
337 int32_t slot_offset = catch_vreg_map[vreg].GetStackOffsetInBytes(); in SetCatchEnvironmentForOptimizedHandler()