Lines Matching defs:index
32 int32_t index) in IncreaseCapacityTo()
51 … int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) in InsertValue()
62 … int32_t index, const JSHandle<JSTaggedValue> &value, AccossorsKind kind) in ReplaceValue()
70 uint32_t index, AccossorsKind kind) in RemoveValue()
83 int32_t index = keyState.index; in Set() local
98 int32_t index = GetIndexOfKey(thread, lightWeightMap, key); in Get() local
120 int32_t index = -1; in HasAll() local
174 int32_t index = BinarySearchHashes(hashArray, hash, length); in GetStateOfKey() local
212 int32_t index) in GetKeyAt()
227 int32_t index) in GetValueAt()
263 int32_t index = keyState.index; in Remove() local
274 … const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index) in RemoveAt()
309 int32_t index, const JSHandle<JSTaggedValue> &value) in SetValueAt()
323 int32_t JSAPILightWeightMap::AvoidHashCollision(HashParams ¶ms, int32_t index, int32_t size, in… in AvoidHashCollision()