Lines Matching refs:JSAPILightWeightMap
30 JSTaggedValue JSAPILightWeightMap::IncreaseCapacityTo(JSThread *thread, in IncreaseCapacityTo()
31 … const JSHandle<JSAPILightWeightMap> &lightWeightMap, in IncreaseCapacityTo()
50 void JSAPILightWeightMap::InsertValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &… in InsertValue()
60 void JSAPILightWeightMap::ReplaceValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> … in ReplaceValue()
68 void JSAPILightWeightMap::RemoveValue(const JSThread *thread, const JSHandle<JSAPILightWeightMap> &… in RemoveValue()
77 void JSAPILightWeightMap::Set(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightMap, in Set()
93 JSTaggedValue JSAPILightWeightMap::Get(JSThread *thread, const JSHandle<JSAPILightWeightMap> &light… in Get()
104 JSTaggedValue JSAPILightWeightMap::HasAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &li… in HasAll()
105 const JSHandle<JSAPILightWeightMap> &newLightWeightMap) in HasAll()
139 JSTaggedValue JSAPILightWeightMap::HasKey(JSThread *thread, const JSHandle<JSAPILightWeightMap> &li… in HasKey()
146 JSTaggedValue JSAPILightWeightMap::HasValue(JSThread *thread, const JSHandle<JSAPILightWeightMap> &… in HasValue()
159 int32_t JSAPILightWeightMap::GetIndexOfKey(JSThread *thread, const JSHandle<JSAPILightWeightMap> &l… in GetIndexOfKey()
166 KeyState JSAPILightWeightMap::GetStateOfKey(JSThread *thread, const JSHandle<JSAPILightWeightMap> &… in GetStateOfKey()
195 int32_t JSAPILightWeightMap::GetIndexOfValue(JSThread *thread, const JSHandle<JSAPILightWeightMap> … in GetIndexOfValue()
209 JSTaggedValue JSAPILightWeightMap::GetKeyAt(JSThread *thread, const JSHandle<JSAPILightWeightMap> &… in GetKeyAt()
224 JSTaggedValue JSAPILightWeightMap::GetValueAt(JSThread *thread, const JSHandle<JSAPILightWeightMap>… in GetValueAt()
239 void JSAPILightWeightMap::SetAll(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeight… in SetAll()
240 const JSHandle<JSAPILightWeightMap> &needLightWeightMap) in SetAll()
250 JSAPILightWeightMap::Set(thread, lightWeightMap, key, value); in SetAll()
254 JSTaggedValue JSAPILightWeightMap::Remove(JSThread *thread, const JSHandle<JSAPILightWeightMap> &li… in Remove()
271 JSTaggedValue JSAPILightWeightMap::RemoveAt(JSThread *thread, in RemoveAt()
272 … const JSHandle<JSAPILightWeightMap> &lightWeightMap, int32_t index) in RemoveAt()
285 JSTaggedValue JSAPILightWeightMap::IsEmpty() in IsEmpty()
294 void JSAPILightWeightMap::Clear(JSThread *thread, const JSHandle<JSAPILightWeightMap> &lightWeightM… in Clear()
306 JSTaggedValue JSAPILightWeightMap::SetValueAt(JSThread *thread, const JSHandle<JSAPILightWeightMap>… in SetValueAt()
321 int32_t JSAPILightWeightMap::AvoidHashCollision(HashParams ¶ms, int32_t index, uint32_t size, i… in AvoidHashCollision()
342 JSTaggedValue JSAPILightWeightMap::GetIteratorObj(JSThread *thread, const JSHandle<JSAPILightWeight… in GetIteratorObj()
351 JSTaggedValue JSAPILightWeightMap::ToString(JSThread *thread, const JSHandle<JSAPILightWeightMap> &… in ToString()
397 JSHandle<TaggedArray> JSAPILightWeightMap::GrowCapacity(const JSThread *thread, JSHandle<TaggedArra… in GrowCapacity()
410 void JSAPILightWeightMap::SetArrayByKind(const JSThread *thread, in SetArrayByKind()
411 const JSHandle<JSAPILightWeightMap> &lightWeightMap, in SetArrayByKind()
431 JSHandle<TaggedArray> JSAPILightWeightMap::GetArrayByKind(const JSThread *thread, in GetArrayByKind()
432 … const JSHandle<JSAPILightWeightMap> &lightWeightMap, in GetArrayByKind()
453 int32_t JSAPILightWeightMap::Hash(JSTaggedValue key) in Hash()
482 int32_t JSAPILightWeightMap::BinarySearchHashes(JSHandle<TaggedArray> &array, int32_t hash, int32_t… in BinarySearchHashes()