Home | History | Annotate | Download | only in src

Lines Matching refs:line_base

1436     const int8_t line_base = 1;
1438 const int8_t max_line_incr = (line_base + line_range - 1);
1446 w->Write<int8_t>(line_base); // Field line_base.
1506 intptr_t special_opcode = (line_diff - line_base) +
1512 // line that can be added to the line register (i.e. line_base), then
1515 (line_diff <= max_line_incr) && (line_diff >= line_base)) {