Lines Matching defs:bounds
725 PyCodeAddressRange bounds; in _PyCode_CreateLineArray() local
775 PyCodeAddressRange bounds; in PyCode_Addr2Line() local
792 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange()
804 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber()
826 #define ASSERT_VALID_BOUNDS(bounds) \ argument
833 next_code_delta(PyCodeAddressRange *bounds) in next_code_delta()
840 previous_code_delta(PyCodeAddressRange *bounds) in previous_code_delta()
855 read_byte(PyCodeAddressRange *bounds) in read_byte()
861 read_varint(PyCodeAddressRange *bounds) in read_varint()
875 read_signed_varint(PyCodeAddressRange *bounds) in read_signed_varint()
887 retreat(PyCodeAddressRange *bounds) in retreat()
907 advance(PyCodeAddressRange *bounds) in advance()
927 advance_with_locations(PyCodeAddressRange *bounds, int *endline, int *column, int *endcolumn) in advance_with_locations()
991 PyCodeAddressRange bounds; in PyCode_Addr2Location() local
1002 at_end(PyCodeAddressRange *bounds) { in at_end()
1100 PyCodeAddressRange bounds; in decode_linetable() local
1144 PyCodeAddressRange *bounds = &li->li_line; in lineiter_next() local