Home
last modified time | relevance | path

Searched refs:ar_line (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Objects/
Dcodeobject.c1042 if (bounds->ar_line < 0) { in lineiter_next()
1047 line = PyLong_FromLong(bounds->ar_line); in lineiter_next()
1133 bounds->ar_line = -1; in retreat()
1136 bounds->ar_line = bounds->opaque.computed_line; in retreat()
1149 bounds->ar_line = -1; in advance()
1153 bounds->ar_line = bounds->opaque.computed_line; in advance()
1265 range->ar_line = -1; in PyLineTable_InitAddressRange()
1274 return bounds->ar_line; in _PyCode_InitAddressRange()
1292 return bounds->ar_line; in _PyCode_CheckLineNumber()
Dframeobject.c279 linestarts[bounds.ar_start/sizeof(_Py_CODEUNIT)] = bounds.ar_line; in marklines()
/third_party/python/Include/cpython/
Dcode.h147 int ar_line; member