Home
last modified time | relevance | path

Searched refs:SHARED_KEYS_MAX_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_dict.h128 #define SHARED_KEYS_MAX_SIZE 30 macro
166 assert(ix < SHARED_KEYS_MAX_SIZE); in _PyDictValues_AddToInsertionOrder()
/third_party/python/Objects/
H A Ddictobject.c479 assert(mp->ma_used <= SHARED_KEYS_MAX_SIZE); in get_index_from_order()
527 CHECK(mp->ma_used <= SHARED_KEYS_MAX_SIZE); in _PyDict_CheckConsistency()
576 CHECK(mp->ma_used <= SHARED_KEYS_MAX_SIZE); in _PyDict_CheckConsistency()
1215 assert (ix < SHARED_KEYS_MAX_SIZE); in insert_into_dictkeys()
1963 assert(ix < SHARED_KEYS_MAX_SIZE); in delitem_common()
2132 assert(mp->ma_used <= SHARED_KEYS_MAX_SIZE); in _PyDict_Next()
3350 assert(index < SHARED_KEYS_MAX_SIZE); in PyDict_SetDefault()
5340 keys->dk_usable = SHARED_KEYS_MAX_SIZE; in _PyDict_NewKeysForClass()
5446 if (shared_keys_usable_size(keys) == SHARED_KEYS_MAX_SIZE) { in _PyObject_StoreInstanceAttribute()

Completed in 8 milliseconds