Home
last modified time | relevance | path

Searched refs:_Py_Instrumentation_GetLine (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_instruments.h67 _Py_Instrumentation_GetLine(PyCodeObject *code, int index);
/external/python/cpython3/Python/
Dlegacy_tracing.c377 int to_line = _Py_Instrumentation_GetLine(code, to); in sys_trace_jump_func()
378 int from_line = _Py_Instrumentation_GetLine(code, from); in sys_trace_jump_func()
Dinstrumentation.c1209 _Py_Instrumentation_GetLine(PyCodeObject *code, int index) in _Py_Instrumentation_GetLine() function
1245 int prev_line = _Py_Instrumentation_GetLine(code, prev_index); in _Py_call_instrumentation_line()
/external/python/cpython3/Doc/data/
Dpython3.13.abi27223 …<function-decl name='_Py_Instrumentation_GetLine' filepath='./Include/internal/pycore_instruments.…