Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h70 uint32_t high_pc; // Relative to compilation unit. member
121 const uint32_t high_pc = next_it != stack_maps.end() 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()
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()
260 debug_loc.PushUint64(variable_location.high_pc); in WriteDebugLocEntry()
263 debug_loc.PushUint32(variable_location.high_pc); in WriteDebugLocEntry()
287 uint32_t high_pc = variable_locations[i].high_pc; in WriteDebugLocEntry() local
[all …]
Delf_debug_info_writer.h129 uint64_t high_pc = low_pc + mi->code_size; in Write() local
132 debug_ranges.PushUint64(high_pc); in Write()
135 debug_ranges.PushUint32(high_pc); in Write()