Lines Matching full:int
33 inline static int GetKeyIndex(int entry) in GetKeyIndex()
37 inline static int GetValueIndex(int entry) in GetValueIndex()
41 inline static int GetEntryIndex(int entry) in GetEntryIndex()
45 inline static int GetEntrySize() in GetEntrySize()
51 static inline int Hash(const JSTaggedValue &key);
52 …id InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, int entry,
56 … int entry, const JSHandle<JSTaggedValue> &oldValue);
58 inline PropertyBox *GetBox(int entry) const;
60 inline JSTaggedValue GetValue(int entry) const;
62 inline PropertyAttributes GetAttributes(int entry) const;
64 …inline void SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JSTaggedVa…
67 inline void ClearEntry([[maybe_unused]] const JSThread *thread, int entry);
69 …inline void UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValue &value,
72 inline void UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value);
74 … inline void SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &metaData);
76 inline void GetAllKeys(const JSThread *thread, int offset, TaggedArray *keyArray) const;
78 …inline void GetEnumAllKeys(const JSThread *thread, int offset, TaggedArray *keyArray, uint32_t *ke…
86 static constexpr int ENTRY_KEY_INDEX = 0;
87 static constexpr int ENTRY_VALUE_INDEX = 1;
88 static constexpr int ENTRY_DETAILS_INDEX = 2;
89 static constexpr int ENTRY_SIZE = 3;