Home
last modified time | relevance | path

Searched refs:ar_start (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Objects/
H A Dcodeobject.c748 int start = bounds.ar_start / sizeof(_Py_CODEUNIT); in _PyCode_CreateLineArray()
785 range->ar_start = -1; in _PyLineTable_InitAddressRange()
811 while (bounds->ar_start > lasti) { in _PyCode_CheckLineNumber()
842 if (bounds->ar_start == 0) { in previous_code_delta()
890 assert(bounds->ar_start >= 0); in retreat()
895 bounds->ar_end = bounds->ar_start; in retreat()
896 bounds->ar_start -= previous_code_delta(bounds); in retreat()
917 bounds->ar_start = bounds->ar_end; in advance()
932 bounds->ar_start = bounds->ar_end; in advance_with_locations()
933 bounds->ar_end = bounds->ar_start in advance_with_locations()
[all...]
H A Dframeobject.c566 assert(bounds.ar_start / (int)sizeof(_Py_CODEUNIT) < len); in marklines()
568 linestarts[bounds.ar_start / sizeof(_Py_CODEUNIT)] = bounds.ar_line; in marklines()
/third_party/python/Include/cpython/
H A Dcode.h180 int ar_start; member
/third_party/python/Python/
H A Dceval.c7930 (line != lastline && addr == trace_info->bounds.ar_start))

Completed in 16 milliseconds