Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h69 uint32_t low_pc; // Relative to compilation unit. member
109 const uint32_t low_pc = dchecked_integral_cast<uint32_t>( in GetVariableLocations() local
111 stack_maps.emplace(low_pc, s); in GetVariableLocations()
116 const uint32_t low_pc = it->first; in GetVariableLocations() local
124 DCHECK_LE(low_pc, high_pc); in GetVariableLocations()
125 if (low_pc == high_pc) { in GetVariableLocations()
153 variable_locations.back().high_pc == low_pc) { in GetVariableLocations()
157 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()
259 debug_loc.PushUint64(variable_location.low_pc); in WriteDebugLocEntry()
262 debug_loc.PushUint32(variable_location.low_pc); in WriteDebugLocEntry()
[all …]
Delf_debug_info_writer.h128 uint64_t low_pc = mi->code_address - compilation_unit.code_address; in Write() local
129 uint64_t high_pc = low_pc + mi->code_size; in Write()
131 debug_ranges.PushUint64(low_pc); in Write()
134 debug_ranges.PushUint32(low_pc); in Write()