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/cpython/
Dcode.h141 } PyAddrPair; typedef
147 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.c1002 _PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair *bounds) in _PyCode_CheckLineNumber()
/external/python/cpython3/Python/
Dceval.c4709 PyAddrPair bounds; in maybe_call_line_trace()
5656 PyAddrPair bounds; in maybe_dtrace_line()
/external/python/cpython2/Python/
Dceval.c4081 PyAddrPair bounds; in maybe_call_line_trace()