Lines Matching refs:ar_start
748 int start = bounds.ar_start / sizeof(_Py_CODEUNIT);
785 range->ar_start = -1;
811 while (bounds->ar_start > lasti) {
842 if (bounds->ar_start == 0) {
890 assert(bounds->ar_start >= 0);
895 bounds->ar_end = bounds->ar_start;
896 bounds->ar_start -= previous_code_delta(bounds);
917 bounds->ar_start = bounds->ar_end;
932 bounds->ar_start = bounds->ar_end;
933 bounds->ar_end = bounds->ar_start + ((first_byte & 7) + 1) * sizeof(_Py_CODEUNIT);
1009 if (range->ar_start <= 0) {
1013 assert(range->ar_end > range->ar_start);
1024 assert(range->ar_end > range->ar_start);
1031 if (range->ar_start <= 0) {
1112 int bdelta = bounds.ar_start - code_offset;
1118 code_offset = bounds.ar_start;
1152 start = PyLong_FromLong(bounds->ar_start);