Searched defs:this_line (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
H A Dtracer.c660 /* Tracing arcs: key is (last_line,this_line). */
666 /* Tracing lines: key is simply this_line. */
667 PyObject * this_line = MyInt_FromInt(lineno_from); local
668 if (this_line == NULL) {
672 ret2 = PyDict_SetItem(self->cur_entry.file_data, this_line, Py_None);
673 Py_DECREF(this_line);

Completed in 90 milliseconds