HomeSort by relevance Sort by last modified time
    Searched refs:PushUint8 (Results 1 - 8 of 8) sorted by null

  /art/compiler/debug/dwarf/
expression.h 41 PushUint8(DW_OP_lit0 + value);
43 PushUint8(DW_OP_consts);
51 PushUint8(DW_OP_lit0 + value);
53 PushUint8(DW_OP_constu);
61 PushUint8(DW_OP_reg0 + dwarf_reg_num);
63 PushUint8(DW_OP_regx);
70 PushUint8(DW_OP_fbreg);
76 PushUint8(DW_OP_piece);
81 void WriteOpDeref() { PushUint8(DW_OP_deref); }
85 PushUint8(DW_OP_deref_size)
    [all...]
debug_line_opcode_writer.h 44 this->PushUint8(DW_LNS_copy);
53 this->PushUint8(DW_LNS_advance_pc);
65 this->PushUint8(DW_LNS_advance_line);
73 this->PushUint8(DW_LNS_set_file);
80 this->PushUint8(DW_LNS_set_column);
86 this->PushUint8(DW_LNS_negate_stmt);
92 this->PushUint8(DW_LNS_set_basic_block);
97 this->PushUint8(DW_LNS_set_prologue_end);
102 this->PushUint8(DW_LNS_set_epilogue_begin);
107 this->PushUint8(DW_LNS_set_isa)
    [all...]
debug_frame_opcode_writer.h 53 this->PushUint8(DW_CFA_advance_loc | delta);
55 this->PushUint8(DW_CFA_advance_loc1);
56 this->PushUint8(delta);
58 this->PushUint8(DW_CFA_advance_loc2);
61 this->PushUint8(DW_CFA_advance_loc4);
113 this->PushUint8(DW_CFA_nop);
123 this->PushUint8(DW_CFA_offset | reg.num());
126 this->PushUint8(DW_CFA_offset_extended);
132 this->PushUint8(DW_CFA_offset_extended_sf);
143 this->PushUint8(DW_CFA_restore | reg.num())
    [all...]
debug_abbrev_writer.h 47 this->PushUint8(0); // Add abbrev table terminator.
76 this->PushUint8(0); // Attribute list end.
77 this->PushUint8(0); // Attribute list end.
78 this->PushUint8(0); // Add abbrev table terminator.
headers.h 52 writer.PushUint8(1); // Version.
60 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata8); // R: Pointer encoding.
63 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata8); // R: Pointer encoding.
67 writer.PushUint8(DW_EH_PE_pcrel | DW_EH_PE_sdata4); // R: Pointer encoding.
70 writer.PushUint8(DW_EH_PE_absptr | DW_EH_PE_udata4); // R: Pointer encoding.
139 writer.PushUint8(entries.Is64bit() ? 8 : 4);
173 writer.PushUint8(1 << opcodes.GetCodeFactorBits());
174 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0);
176 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kLineRange);
177 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kOpcodeBase)
    [all...]
debug_info_entry_writer.h 80 this->PushUint8(0);
109 this->PushUint8(value);
149 this->PushUint8(value ? 1 : 0);
writer.h 35 void PushUint8(int value) {
79 PushUint8(static_cast<uint8_t>(value));
  /art/compiler/debug/
elf_debug_frame_writer.h 251 header.PushUint8(1); // Version.
254 header.PushUint8(dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4);
256 header.PushUint8(dwarf::DW_EH_PE_udata4);
259 header.PushUint8(dwarf::DW_EH_PE_datarel | dwarf::DW_EH_PE_sdata4);

Completed in 178 milliseconds