Home
last modified time | relevance | path

Searched refs:PushUint64 (Results 1 – 6 of 6) sorted by relevance

/art/compiler/debug/
Delf_debug_loc_writer.h263 debug_loc.PushUint64(variable_location.low_pc); in WriteDebugLocEntry()
264 debug_loc.PushUint64(variable_location.high_pc); in WriteDebugLocEntry()
278 debug_loc.PushUint64(0); in WriteDebugLocEntry()
279 debug_loc.PushUint64(0); in WriteDebugLocEntry()
297 debug_ranges.PushUint64(low_pc); in WriteDebugLocEntry()
298 debug_ranges.PushUint64(high_pc); in WriteDebugLocEntry()
306 debug_ranges.PushUint64(0); in WriteDebugLocEntry()
307 debug_ranges.PushUint64(0); in WriteDebugLocEntry()
Delf_debug_info_writer.h132 debug_ranges.PushUint64(low_pc); in Write()
133 debug_ranges.PushUint64(high_pc); in Write()
140 debug_ranges.PushUint64(0); // End of list. in Write()
141 debug_ranges.PushUint64(0); in Write()
/art/libelffile/dwarf/
Dwriter.h67 void PushUint64(uint64_t value) { in PushUint64() function
95 PushUint64(static_cast<uint64_t>(value)); in PushInt64()
Dheaders.h77 writer.PushUint64(code_address); in WriteFDE()
78 writer.PushUint64(code_size); in WriteFDE()
Ddebug_info_entry_writer.h89 this->PushUint64(value); in WriteAddr()
124 this->PushUint64(value); in WriteData8()
Ddebug_line_opcode_writer.h131 this->PushUint64(absolute_address); in SetAddress()