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

  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 202 return code_factor_bits_;
231 code_factor_bits_(codeFactorBits),
240 DCHECK_GE(code_factor_bits_, 0);
241 DCHECK_EQ((offset >> code_factor_bits_) << code_factor_bits_, offset);
242 return offset >> code_factor_bits_;
248 int code_factor_bits_; member in class:art::dwarf::FINAL
  /art/compiler/debug/
elf_debug_line_writer.h 67 int code_factor_bits_ = 0; local
72 code_factor_bits_ = 1; // 16-bit instuctions
78 code_factor_bits_ = 2; // 32-bit instructions
86 dwarf::DebugLineOpCodeWriter<> opcodes(is64bit, code_factor_bits_);

Completed in 122 milliseconds