HomeSort by relevance Sort by last modified time
    Searched refs:PushUint32 (Results 1 - 8 of 8) sorted by null

  /art/compiler/debug/dwarf/
headers.h 50 writer.PushUint32(0); // Length placeholder.
51 writer.PushUint32((format == DW_EH_FRAME_FORMAT) ? 0 : 0xFFFFFFFF); // CIE id.
95 writer.PushUint32(0); // Length placeholder.
98 writer.PushUint32(cie_pointer);
102 writer.PushUint32(cie_pointer);
116 writer.PushUint32(code_address);
117 writer.PushUint32(code_size);
136 writer.PushUint32(0); // Length placeholder.
138 writer.PushUint32(debug_abbrev_offset);
169 writer.PushUint32(0); // Section-length placeholder
    [all...]
debug_info_entry_writer.h 91 this->PushUint32(value);
119 this->PushUint32(value);
129 this->PushUint32(offset);
158 this->PushUint32(cu_offset);
173 this->PushUint32(dchecked_integral_cast<uint32_t>(debug_str_offset));
179 this->PushUint32(debug_str->size());
writer.h 50 void PushUint32(uint32_t value) {
57 void PushUint32(int value) {
59 PushUint32(static_cast<uint32_t>(value));
62 void PushUint32(uint64_t value) {
64 PushUint32(static_cast<uint32_t>(value));
91 PushUint32(static_cast<uint32_t>(value));
debug_line_opcode_writer.h 136 this->PushUint32(absolute_address);
debug_frame_opcode_writer.h 62 this->PushUint32(delta);
  /art/compiler/debug/
elf_debug_loc_writer.h 273 debug_loc.PushUint32(variable_location.low_pc);
274 debug_loc.PushUint32(variable_location.high_pc);
288 debug_loc.PushUint32(0);
289 debug_loc.PushUint32(0);
307 debug_ranges.PushUint32(low_pc);
308 debug_ranges.PushUint32(high_pc);
316 debug_ranges.PushUint32(0);
317 debug_ranges.PushUint32(0);
elf_debug_info_writer.h 150 debug_ranges.PushUint32(low_pc);
151 debug_ranges.PushUint32(high_pc);
158 debug_ranges.PushUint32(0); // End of list.
159 debug_ranges.PushUint32(0);
elf_debug_frame_writer.h 262 header.PushUint32(dchecked_integral_cast<uint32_t>(binary_search_table.size()/2));

Completed in 1116 milliseconds