Searched refs:PushUint64 (Results 1 – 6 of 6) sorted by relevance
259 debug_loc.PushUint64(variable_location.low_pc); in WriteDebugLocEntry()260 debug_loc.PushUint64(variable_location.high_pc); in WriteDebugLocEntry()274 debug_loc.PushUint64(0); in WriteDebugLocEntry()275 debug_loc.PushUint64(0); in WriteDebugLocEntry()293 debug_ranges.PushUint64(low_pc); in WriteDebugLocEntry()294 debug_ranges.PushUint64(high_pc); in WriteDebugLocEntry()302 debug_ranges.PushUint64(0); in WriteDebugLocEntry()303 debug_ranges.PushUint64(0); in WriteDebugLocEntry()
131 debug_ranges.PushUint64(low_pc); in Write()132 debug_ranges.PushUint64(high_pc); in Write()139 debug_ranges.PushUint64(0); // End of list. in Write()140 debug_ranges.PushUint64(0); in Write()
67 void PushUint64(uint64_t value) { in PushUint64() function95 PushUint64(static_cast<uint64_t>(value)); in PushInt64()
81 writer.PushUint64(code_address); in WriteFDE()82 writer.PushUint64(code_size); in WriteFDE()
89 this->PushUint64(value); in WriteAddr()124 this->PushUint64(value); in WriteData8()
131 this->PushUint64(absolute_address); in SetAddress()