Searched refs:high_pc (Results 1 – 1 of 1) sorted by relevance
78 uint32_t high_pc; // Relative to compilation unit. member129 const uint32_t high_pc = next_it != stack_maps.end() in GetVariableLocations() local132 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()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()265 debug_loc.PushUint64(variable_location.high_pc); in WriteDebugLocEntry()268 debug_loc.PushUint32(variable_location.high_pc); in WriteDebugLocEntry()292 uint32_t high_pc = variable_locations[i].high_pc; in WriteDebugLocEntry() local[all …]