Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h82 const std::vector<DexRegisterMap>& dex_register_maps, in GetVariableLocations() argument
140 DCHECK_LT(stack_map_index, dex_register_maps.size()); in GetVariableLocations()
141 DexRegisterMap dex_register_map = dex_register_maps[stack_map_index]; in GetVariableLocations()
168 const std::vector<DexRegisterMap>& dex_register_maps, in WriteDebugLocEntry() argument
179 if (method_info->code_info == nullptr || dex_register_maps.empty()) { in WriteDebugLocEntry()
185 dex_register_maps, in WriteDebugLocEntry()
Delf_debug_info_writer.h454 const std::vector<DexRegisterMap>& dex_register_maps,
461 dex_register_maps,