Home
last modified time | relevance | path

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

/aosp12/art/compiler/debug/
H A Delf_debug_loc_writer.h89 std::vector<VariableLocation> variable_locations; in GetVariableLocations() local
150 if (!variable_locations.empty() && in GetVariableLocations()
151 variable_locations.back().reg_lo == reg_lo && in GetVariableLocations()
152 variable_locations.back().reg_hi == reg_hi && in GetVariableLocations()
153 variable_locations.back().high_pc == low_pc) { in GetVariableLocations()
155 variable_locations.back().high_pc = high_pc; in GetVariableLocations()
161 return variable_locations; in GetVariableLocations()
286 uint32_t low_pc = variable_locations[i].low_pc; in WriteDebugLocEntry()
287 uint32_t high_pc = variable_locations[i].high_pc; in WriteDebugLocEntry()
288 while (i + 1 < variable_locations.size() && variable_locations[i+1].low_pc == high_pc) { in WriteDebugLocEntry()
[all …]