Home
last modified time | relevance | path

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

/art/compiler/debug/
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()
157 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()
161 return variable_locations; in GetVariableLocations()
183 std::vector<VariableLocation> variable_locations = GetVariableLocations( in WriteDebugLocEntry() local
198 for (const VariableLocation& variable_location : variable_locations) { in WriteDebugLocEntry()
[all …]