Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_test.cc83 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 …]
Dstack_map_stream.cc285 for (DexRegisterLocation reg : code_info.GetDexRegisterMapOf(stack_map)) { in CreateDexRegisterMap()
/art/runtime/
Dcheck_reference_map_visitor.h82 DexRegisterMap dex_register_map = code_info.GetDexRegisterMapOf(stack_map); in CheckOptimizedMethod()
Dquick_exception_handler.cc255 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()
Dstack_map.cc331 code_info.GetDexRegisterMapOf(*this).Dump(vios); in Dump()
Dstack_map.h347 ALWAYS_INLINE DexRegisterMap GetDexRegisterMapOf(StackMap stack_map) const { in GetDexRegisterMapOf() function
Dstack.cc289 : code_info.GetDexRegisterMapOf(stack_map); in GetVRegFromOptimizedCode()
Dthread.cc3912 dex_register_map(code_info.GetDexRegisterMapOf(map)), in VisitQuickFramePrecise()
/art/compiler/debug/
Delf_debug_info_writer.h196 dex_reg_maps.push_back(code_info->GetDexRegisterMapOf(stack_map)); in Write()
/art/runtime/jit/
Djit.cc505 DexRegisterMap vreg_map = code_info.GetDexRegisterMapOf(stack_map); in PrepareForOsr()