Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h51 this->PushUint8(DW_CFA_advance_loc | delta); in AdvancePC()
53 this->PushUint8(DW_CFA_advance_loc1); in AdvancePC()
54 this->PushUint8(delta); in AdvancePC()
56 this->PushUint8(DW_CFA_advance_loc2); in AdvancePC()
59 this->PushUint8(DW_CFA_advance_loc4); in AdvancePC()
111 this->PushUint8(DW_CFA_nop); in Nop()
121 this->PushUint8(DW_CFA_offset | reg.num()); in Offset()
124 this->PushUint8(DW_CFA_offset_extended); in Offset()
130 this->PushUint8(DW_CFA_offset_extended_sf); in Offset()
141 this->PushUint8(DW_CFA_restore | reg.num()); in Restore()
[all …]
Ddebug_line_opcode_writer.h42 this->PushUint8(DW_LNS_copy); in AddRow()
51 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()
63 this->PushUint8(DW_LNS_advance_line); in AdvanceLine()
71 this->PushUint8(DW_LNS_set_file); in SetFile()
78 this->PushUint8(DW_LNS_set_column); in SetColumn()
83 this->PushUint8(DW_LNS_negate_stmt); in NegateStmt()
87 this->PushUint8(DW_LNS_set_basic_block); in SetBasicBlock()
92 this->PushUint8(DW_LNS_set_prologue_end); in SetPrologueEnd()
97 this->PushUint8(DW_LNS_set_epilogue_begin); in SetEpilogueBegin()
102 this->PushUint8(DW_LNS_set_isa); in SetISA()
[all …]
Dheaders.h50 writer.PushUint8(1); // Version. in WriteDebugFrameCIE()
58 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata8); // R: Pointer encoding. in WriteDebugFrameCIE()
61 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata8); // R: Pointer encoding. in WriteDebugFrameCIE()
65 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); // R: Pointer encoding. in WriteDebugFrameCIE()
68 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata4); // R: Pointer encoding. in WriteDebugFrameCIE()
120 writer.PushUint8(entries.Is64bit() ? 8 : 4); in WriteDebugInfoCU()
153 writer.PushUint8(1 << opcodes.GetCodeFactorBits()); in WriteDebugLineTable()
154 writer.PushUint8(DebugLineOpCodeWriter<Allocator>::kDefaultIsStmt ? 1 : 0); in WriteDebugLineTable()
156 writer.PushUint8(DebugLineOpCodeWriter<Allocator>::kLineRange); in WriteDebugLineTable()
157 writer.PushUint8(DebugLineOpCodeWriter<Allocator>::kOpcodeBase); in WriteDebugLineTable()
[all …]
Ddebug_info_entry_writer.h84 this->PushUint8(0); // End of children. in EndTag()
108 this->PushUint8(value); in WriteData1()
143 this->PushUint8(value ? 1 : 0); in WriteFlag()
190 debug_abbrev_.PushUint8(0); // Add abbrev table terminator.
228 debug_abbrev_.PushUint8(0); // Attribute list end. in EndAbbrev()
229 debug_abbrev_.PushUint8(0); // Attribute list end. in EndAbbrev()
230 debug_abbrev_.PushUint8(0); // Add abbrev table terminator. in EndAbbrev()
Dwriter.h32 void PushUint8(int value) { in PushUint8() function
76 PushUint8(static_cast<uint8_t>(value)); in PushInt8()
/art/compiler/
Delf_writer_debug.cc198 header.PushUint8(1); // Version. in WriteCFISection()
201 header.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); in WriteCFISection()
203 header.PushUint8(DW_EH_PE_udata4); in WriteCFISection()
206 header.PushUint8(DW_EH_PE_datarel | DW_EH_PE_sdata4); in WriteCFISection()