Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Dexpression.h41 PushUint8(DW_OP_lit0 + value); in WriteOpConsts()
43 PushUint8(DW_OP_consts); in WriteOpConsts()
51 PushUint8(DW_OP_lit0 + value); in WriteOpConstu()
53 PushUint8(DW_OP_constu); in WriteOpConstu()
61 PushUint8(DW_OP_reg0 + dwarf_reg_num); in WriteOpReg()
63 PushUint8(DW_OP_regx); in WriteOpReg()
70 PushUint8(DW_OP_fbreg); in WriteOpFbreg()
76 PushUint8(DW_OP_piece); in WriteOpPiece()
81 void WriteOpDeref() { PushUint8(DW_OP_deref); } in WriteOpDeref()
85 PushUint8(DW_OP_deref_size); in WriteOpDerefSize()
[all …]
Ddebug_frame_opcode_writer.h53 this->PushUint8(DW_CFA_advance_loc | delta); in AdvancePC()
55 this->PushUint8(DW_CFA_advance_loc1); in AdvancePC()
56 this->PushUint8(delta); in AdvancePC()
58 this->PushUint8(DW_CFA_advance_loc2); in AdvancePC()
61 this->PushUint8(DW_CFA_advance_loc4); in AdvancePC()
113 this->PushUint8(DW_CFA_nop); in Nop()
123 this->PushUint8(DW_CFA_offset | reg.num()); in Offset()
126 this->PushUint8(DW_CFA_offset_extended); in Offset()
132 this->PushUint8(DW_CFA_offset_extended_sf); in Offset()
143 this->PushUint8(DW_CFA_restore | reg.num()); in Restore()
[all …]
Ddebug_line_opcode_writer.h44 this->PushUint8(DW_LNS_copy); in AddRow()
53 this->PushUint8(DW_LNS_advance_pc); in AdvancePC()
65 this->PushUint8(DW_LNS_advance_line); in AdvanceLine()
73 this->PushUint8(DW_LNS_set_file); in SetFile()
80 this->PushUint8(DW_LNS_set_column); in SetColumn()
86 this->PushUint8(DW_LNS_negate_stmt); in SetIsStmt()
92 this->PushUint8(DW_LNS_set_basic_block); in SetBasicBlock()
97 this->PushUint8(DW_LNS_set_prologue_end); in SetPrologueEnd()
102 this->PushUint8(DW_LNS_set_epilogue_begin); in SetEpilogueBegin()
107 this->PushUint8(DW_LNS_set_isa); in SetISA()
[all …]
Dheaders.h52 writer.PushUint8(1); // Version. in WriteCIE()
60 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata8); // R: Pointer encoding. in WriteCIE()
63 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata8); // R: Pointer encoding. in WriteCIE()
67 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); // R: Pointer encoding. in WriteCIE()
70 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata4); // R: Pointer encoding. in WriteCIE()
139 writer.PushUint8(entries.Is64bit() ? 8 : 4); in WriteDebugInfoCU()
173 writer.PushUint8(1 << opcodes.GetCodeFactorBits()); in WriteDebugLineTable()
174 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0); in WriteDebugLineTable()
176 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kLineRange); in WriteDebugLineTable()
177 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kOpcodeBase); in WriteDebugLineTable()
[all …]
Ddebug_abbrev_writer.h47 this->PushUint8(0); // Add abbrev table terminator. in DebugAbbrevWriter()
76 this->PushUint8(0); // Attribute list end. in EndAbbrev()
77 this->PushUint8(0); // Attribute list end. in EndAbbrev()
78 this->PushUint8(0); // Add abbrev table terminator. in EndAbbrev()
Ddebug_info_entry_writer.h80 this->PushUint8(0); in EndTag()
109 this->PushUint8(value); in WriteData1()
149 this->PushUint8(value ? 1 : 0); in WriteFlag()
Dwriter.h35 void PushUint8(int value) { in PushUint8() function
79 PushUint8(static_cast<uint8_t>(value)); in PushInt8()
/art/compiler/debug/
Delf_debug_frame_writer.h251 header.PushUint8(1); // Version. in WriteCFISection()
254 header.PushUint8(dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4); in WriteCFISection()
256 header.PushUint8(dwarf::DW_EH_PE_udata4); in WriteCFISection()
259 header.PushUint8(dwarf::DW_EH_PE_datarel | dwarf::DW_EH_PE_sdata4); in WriteCFISection()