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.h96 std::vector<VariableLocation> variable_locations; in GetVariableLocations() local
159 if (!variable_locations.empty() && in GetVariableLocations()
160 variable_locations.back().reg_lo == reg_lo && in GetVariableLocations()
161 variable_locations.back().reg_hi == reg_hi && in GetVariableLocations()
162 variable_locations.back().high_pc == low_pc) { in GetVariableLocations()
164 variable_locations.back().high_pc = high_pc; in GetVariableLocations()
166 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()
170 return variable_locations; in GetVariableLocations()
192 std::vector<VariableLocation> variable_locations = GetVariableLocations( in WriteDebugLocEntry() local
206 for (const VariableLocation& variable_location : variable_locations) { in WriteDebugLocEntry()
[all …]