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.h93 std::vector<VariableLocation> variable_locations; in GetVariableLocations() local
154 if (!variable_locations.empty() && in GetVariableLocations()
155 variable_locations.back().reg_lo == reg_lo && in GetVariableLocations()
156 variable_locations.back().reg_hi == reg_hi && in GetVariableLocations()
157 variable_locations.back().high_pc == low_pc) { in GetVariableLocations()
159 variable_locations.back().high_pc = high_pc; in GetVariableLocations()
161 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()
165 return variable_locations; in GetVariableLocations()
187 std::vector<VariableLocation> variable_locations = GetVariableLocations( in WriteDebugLocEntry() local
202 for (const VariableLocation& variable_location : variable_locations) { in WriteDebugLocEntry()
[all …]