Home | History | Annotate | Download | only in coverage

Lines Matching defs:last_line

56     int last_line;
99 int last_line;
156 self->last_line = -1;
289 if (CTracer_record_pair(self, self->last_line, -self->last_exc_firstlineno) < 0) {
295 self->last_line = self->data_stack[self->depth].last_line;
325 self->data_stack[self->depth].last_line = self->last_line;
380 self->last_line = -1;
389 if (CTracer_record_pair(self, self->last_line, -first) < 0) {
396 self->last_line = self->data_stack[self->depth].last_line;
408 /* Tracing arcs: key is (last_line,this_line). */
409 if (CTracer_record_pair(self, self->last_line, frame->f_lineno) < 0) {
428 self->last_line = frame->f_lineno;
541 self->last_line = -1;