Searched defs:high_pc (Results 1 - 1 of 1) sorted by relevance

/art/compiler/debug/
H A Delf_debug_loc_writer.h78 uint32_t high_pc; // Relative to compilation unit. member in struct:art::debug::VariableLocation
129 const uint32_t high_pc = next_it != stack_maps.end() local
132 DCHECK_LE(low_pc, high_pc);
133 if (low_pc == high_pc) {
162 variable_locations.back().high_pc == low_pc) {
164 variable_locations.back().high_pc = high_pc;
166 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi});
265 debug_loc.PushUint64(variable_location.high_pc);
268 debug_loc.PushUint32(variable_location.high_pc);
292 uint32_t high_pc = variable_locations[i].high_pc; local
[all...]

Completed in 2950 milliseconds