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

  /art/compiler/debug/dwarf/
headers.h 161 const DebugLineOpCodeWriter<Vector>& opcodes,
174 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kDefaultIsStmt ? 1 : 0);
175 writer.PushInt8(DebugLineOpCodeWriter<Vector>::kLineBase);
176 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kLineRange);
177 writer.PushUint8(DebugLineOpCodeWriter<Vector>::kOpcodeBase);
178 static const int opcode_lengths[DebugLineOpCodeWriter<Vector>::kOpcodeBase] = {
180 for (int i = 1; i < DebugLineOpCodeWriter<Vector>::kOpcodeBase; i++) {
debug_line_opcode_writer.h 34 class DebugLineOpCodeWriter FINAL : private Writer<Vector> {
223 DebugLineOpCodeWriter(bool use64bitAddress,
255 DISALLOW_COPY_AND_ASSIGN(DebugLineOpCodeWriter);
dwarf_test.cc 192 DebugLineOpCodeWriter<> opcodes(is64bit, code_factor_bits);
254 DebugLineOpCodeWriter<> opcodes(is64bit, code_factor_bits);
  /art/compiler/debug/
elf_debug_line_writer.h 86 dwarf::DebugLineOpCodeWriter<> opcodes(is64bit, code_factor_bits_);

Completed in 157 milliseconds