Home
last modified time | relevance | path

Searched refs:PyAddrPair (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dcode.h93 } PyAddrPair; typedef
99 int lasti, PyAddrPair *bounds);
/external/python/cpython3/Include/
Dcode.h123 } PyAddrPair; typedef
130 int lasti, PyAddrPair *bounds);
/external/python/cpython2/Objects/
Dcodeobject.c717 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Objects/
Dcodeobject.c792 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Python/
Dceval.c4289 PyAddrPair bounds; in maybe_call_line_trace()
5157 PyAddrPair bounds; in maybe_dtrace_line()
/external/python/cpython2/Python/
Dceval.c4081 PyAddrPair bounds; in maybe_call_line_trace()