Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h125 const uint32_t stack_map_index = it->second; in GetVariableLocations() local
126 const StackMap& stack_map = code_info.GetStackMapAt(stack_map_index, encoding); in GetVariableLocations()
148 DCHECK_LT(stack_map_index, dex_register_maps.size()); in GetVariableLocations()
149 DexRegisterMap dex_register_map = dex_register_maps[stack_map_index]; in GetVariableLocations()