Searched refs:GetDexRegisterMapOf (Results 1 – 10 of 10) sorted by relevance
83 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in TEST()171 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in TEST()210 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in TEST()243 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in TEST()276 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in TEST()341 DexRegisterMap map(code_info.GetDexRegisterMapOf(stack_map)); in TEST()392 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in TEST()441 DexRegisterMap dex_registers0 = ci.GetDexRegisterMapOf(sm0); in TEST()448 DexRegisterMap dex_registers1 = ci.GetDexRegisterMapOf(sm1); in TEST()455 DexRegisterMap dex_registers2 = ci.GetDexRegisterMapOf(sm2); in TEST()[all …]
299 for (DexRegisterLocation reg : code_info.GetDexRegisterMapOf(stack_map)) { in CreateDexRegisterMap()
99 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in CheckOptimizedMethod()
255 DexRegisterMap catch_vreg_map = code_info.GetDexRegisterMapOf(catch_stack_map); in SetCatchEnvironmentForOptimizedHandler()266 DexRegisterMap throw_vreg_map = code_info.GetDexRegisterMapOf(throw_stack_map); in SetCatchEnvironmentForOptimizedHandler()468 : code_info.GetDexRegisterMapOf(stack_map); in HandleOptimizingDeoptimization()
331 code_info.GetDexRegisterMapOf(*this).Dump(vios); in Dump()
367 ALWAYS_INLINE DexRegisterMap GetDexRegisterMapOf(StackMap stack_map) const { in GetDexRegisterMapOf() function
283 : code_info.GetDexRegisterMapOf(stack_map); in GetVRegFromOptimizedCode()
4047 dex_register_map(code_info.GetDexRegisterMapOf(map)), in VisitQuickFramePrecise()
196 dex_reg_maps.push_back(code_info->GetDexRegisterMapOf(stack_map)); in Write()
511 DexRegisterMap vreg_map = code_info.GetDexRegisterMapOf(stack_map); in PrepareForOsr()