Home
last modified time | relevance | path

Searched refs:PushUint16 (Results 1 – 5 of 5) sorted by relevance

/art/libelffile/dwarf/
Dwriter.h43 void PushUint16(int value) { in PushUint16() function
87 PushUint16(static_cast<uint16_t>(value)); in PushInt16()
Dheaders.h103 writer.PushUint16(4); // Version. in WriteDebugInfoCU()
130 writer.PushUint16(3); // .debug_line version. in WriteDebugLineTable()
Ddebug_info_entry_writer.h114 this->PushUint16(value); in WriteData2()
Ddebug_frame_opcode_writer.h59 this->PushUint16(delta); in AdvancePC()
/art/compiler/debug/
Delf_debug_loc_writer.h266 debug_loc.PushUint16(expr.size()); in WriteDebugLocEntry()