Home
last modified time | relevance | path

Searched refs:kLineRange (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dwarf/
Ddebug_line_opcode_writer.h39 static constexpr int kLineRange = 14; variable
168 if (!(kLineBase <= delta_line && delta_line < kLineBase + kLineRange)) { in AddRow()
175 (static_cast<int>(delta_address) * kLineRange); in AddRow()
178 int const_advance = (0xFF - kOpcodeBase) / kLineRange; in AddRow()
179 opcode -= (kLineRange * const_advance); in AddRow()
Dheaders.h156 writer.PushUint8(DebugLineOpCodeWriter<Allocator>::kLineRange); in WriteDebugLineTable()