Lines Matching refs:debug_loc
173 // Write table into .debug_loc which describes location of dex register.
201 // Write .debug_loc entries.
202 dwarf::Writer<> debug_loc(debug_loc_buffer);
203 const size_t debug_loc_offset = debug_loc.size();
264 debug_loc.PushUint64(variable_location.low_pc);
265 debug_loc.PushUint64(variable_location.high_pc);
267 debug_loc.PushUint32(variable_location.low_pc);
268 debug_loc.PushUint32(variable_location.high_pc);
271 debug_loc.PushUint16(expr.size());
272 debug_loc.PushData(expr.data());
274 // Do not generate .debug_loc if the location is not known.
279 debug_loc.PushUint64(0);
280 debug_loc.PushUint64(0);
282 debug_loc.PushUint32(0);
283 debug_loc.PushUint32(0);