Searched refs:_PyCode_InitAddressRange (Results 1 – 4 of 4) sorted by relevance
175 int _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds);
457 _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
266 _PyCode_InitAddressRange(code, &bounds); in marklines()
5444 _PyCode_InitAddressRange(frame->f_code, &trace_info->bounds); in initialize_trace_info()