Lines Matching defs:thread
89 inline int FindElement(const JSThread *thread, JSTaggedValue key) const in FindElement()
112 inline void RemoveEntry(const JSThread *thread, int entry) in RemoveEntry()
181 inline JSTaggedValue GetKey(const JSThread *thread, int entry) const in GetKey()
187 inline JSTaggedValue GetValue(const JSThread *thread, int entry) const in GetValue()
198 inline void SetNumberOfElements(const JSThread *thread, int nof) in SetNumberOfElements()
203 inline void SetNumberOfDeletedElements(const JSThread *thread, int nod) in SetNumberOfDeletedElements()
208 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity()
213 inline JSTaggedValue GetNextTable(const JSThread *thread) const in GetNextTable()
218 inline void SetNextTable(const JSThread *thread, JSTaggedValue nextTable) in SetNextTable()
223 inline int GetDeletedElementsAt(const JSThread *thread, int entry) const in GetDeletedElementsAt()
239 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
275 inline JSTaggedValue GetElement(const JSThread *thread, int index) const in GetElement()
281 inline void SetElement(const JSThread *thread, int index, JSTaggedValue element) in SetElement()
287 inline void SetKey(const JSThread *thread, int entry, JSTaggedValue key) in SetKey()
293 inline void SetValue(const JSThread *thread, int entry, JSTaggedValue value) in SetValue()
299 inline JSTaggedValue GetNextEntry(const JSThread *thread, int entry) const in GetNextEntry()
305 inline void SetNextEntry(const JSThread *thread, int entry, JSTaggedValue nextEntry) in SetNextEntry()
327 inline void InsertNewEntry(const JSThread *thread, int bucket, int entry) in InsertNewEntry()
335 inline int GetDeletedNum(const JSThread *thread, int entry) const in GetDeletedNum()
341 inline void SetDeletedNum(const JSThread *thread, int entry, JSTaggedValue num) in SetDeletedNum()
351 static inline bool IsMatch(const JSThread *thread, JSTaggedValue key, JSTaggedValue other) in IsMatch()
394 static inline bool IsMatch(const JSThread *thread, JSTaggedValue key, JSTaggedValue other) in IsMatch()