Home
last modified time | relevance | path

Searched refs:_PyInterpreterFrame_LASTI (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Objects/
H A Dframeobject.c62 int lasti = _PyInterpreterFrame_LASTI(f->f_frame); in frame_getlasti()
605 if (_PyInterpreterFrame_LASTI(frame->f_frame) < 0) { in _PyFrame_GetState()
740 int64_t start_stack = stacks[_PyInterpreterFrame_LASTI(f->f_frame)]; in frame_setlineno()
1117 int lasti = _PyInterpreterFrame_LASTI(frame); in _PyFrame_FastToLocalsWithError()
1363 int lasti = _PyInterpreterFrame_LASTI(frame->f_frame); in PyFrame_GetLasti()
H A Dgenobject.c493 assert(_PyInterpreterFrame_LASTI(frame) >= 0); in _gen_throw()
H A Dtypeobject.c9001 if (_PyInterpreterFrame_LASTI(cframe) >= 0) { in super_init_without_args()
/third_party/python/Python/
H A Dframe.c168 int addr = _PyInterpreterFrame_LASTI(frame) * sizeof(_Py_CODEUNIT); in _PyInterpreterFrame_GetLine()
H A Dceval.c1703 assert(_PyInterpreterFrame_LASTI(frame) >= -1); \
5628 int instr_prev = _PyInterpreterFrame_LASTI(frame);
5797 int frame_lasti = _PyInterpreterFrame_LASTI(frame);
6873 assert(_PyInterpreterFrame_LASTI(frame) >= 0);
6877 f->f_lineno = _PyCode_LineNumberFromArray(frame->f_code, _PyInterpreterFrame_LASTI(frame));
6924 int line = _PyCode_LineNumberFromArray(frame->f_code, _PyInterpreterFrame_LASTI(frame));
6932 (_PyInterpreterFrame_LASTI(frame) < instr_prev &&
7925 int addr = _PyInterpreterFrame_LASTI(frame) * sizeof(_Py_CODEUNIT);
7929 if (_PyInterpreterFrame_LASTI(frame) < instr_prev ||
H A Dtraceback.c242 int addr = _PyInterpreterFrame_LASTI(frame->f_frame) * sizeof(_Py_CODEUNIT); in _PyTraceBack_FromFrame()
/third_party/python/Include/internal/
H A Dpycore_frame.h69 #define _PyInterpreterFrame_LASTI(IF) \ macro

Completed in 30 milliseconds