Lines Matching refs:line
1398 intptr_t line = 1;
1408 // Reduce bloating in the debug line table by removing duplicate line
1411 if (new_line == line) {
1417 // a user can see the result of the last line executed in the function,
1429 // debug line tables. See the DWARF 2.0 standard to learn more about
1432 intptr_t line_diff = new_line - line;
1439 // special opcode. If line_diff is larger than the max line increment
1441 // line that can be added to the line register (i.e. line_base), then
1454 // Increment the pc and line operands.
1456 line += line_diff;