Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc253 DexRegisterMap catch_vreg_map = code_info.GetDexRegisterMapOf(catch_stack_map); in SetCatchEnvironmentForOptimizedHandler() local
254 DCHECK_EQ(catch_vreg_map.size(), number_of_vregs); in SetCatchEnvironmentForOptimizedHandler()
256 if (!catch_vreg_map.HasAnyLiveDexRegisters()) { in SetCatchEnvironmentForOptimizedHandler()
269 DexRegisterLocation::Kind catch_location = catch_vreg_map[vreg].GetKind(); in SetCatchEnvironmentForOptimizedHandler()
290 int32_t slot_offset = catch_vreg_map[vreg].GetStackOffsetInBytes(); in SetCatchEnvironmentForOptimizedHandler()