Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h175 int _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds);
/third_party/python/Objects/
Dcodeobject.c457 _PyCode_InitAddressRange(code, &bounds); in code_getlnotab()
1116 _PyCode_InitAddressRange(code, &li->li_line); in code_linesiterator()
1253 _PyCode_InitAddressRange(co, &bounds); in PyCode_Addr2Line()
1269 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange() function
Dframeobject.c266 _PyCode_InitAddressRange(code, &bounds); in marklines()
/third_party/python/Python/
Dceval.c5444 _PyCode_InitAddressRange(frame->f_code, &trace_info->bounds); in initialize_trace_info()