Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h77 uint32_t low_pc; // Relative to compilation unit. member
117 const uint32_t low_pc = dchecked_integral_cast<uint32_t>( in GetVariableLocations() local
119 stack_maps.emplace(low_pc, s); in GetVariableLocations()
124 const uint32_t low_pc = it->first; in GetVariableLocations() local
132 DCHECK_LE(low_pc, high_pc); in GetVariableLocations()
133 if (low_pc == high_pc) { in GetVariableLocations()
162 variable_locations.back().high_pc == low_pc) { in GetVariableLocations()
166 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()
264 debug_loc.PushUint64(variable_location.low_pc); in WriteDebugLocEntry()
267 debug_loc.PushUint32(variable_location.low_pc); in WriteDebugLocEntry()
[all …]