Home
last modified time | relevance | path

Searched refs:ENTRY_VALUE_INDEX (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.h34 return OrderHashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
74 static constexpr int ENTRY_VALUE_INDEX = 1; variable
88 return OrderHashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
127 static constexpr int ENTRY_VALUE_INDEX = 1; variable
Dtemplate_map.h43 return HashTable::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
69 static const int ENTRY_VALUE_INDEX = 1; variable
Dglobal_dictionary.h39 return OrderHashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
91 static constexpr int ENTRY_VALUE_INDEX = 1; variable
Dsymbol_table.h40 return HashTable::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
109 static constexpr int ENTRY_VALUE_INDEX = 1; variable
Dtransitions_dictionary.h66 return HashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
164 static constexpr int ENTRY_VALUE_INDEX = 1; variable
Dlinked_hash_table.h167 int index = static_cast<int>(EntryToIndex(entry)) + HashObject::ENTRY_VALUE_INDEX; in GetValue()
273 int index = static_cast<int>(EntryToIndex(entry)) + HashObject::ENTRY_VALUE_INDEX; in SetValue()
335 static const int ENTRY_VALUE_INDEX = 1; variable
375 static const int ENTRY_VALUE_INDEX = 0; variable
Dglobal_dictionary-inl.h52 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in GetBox()
231 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in IsValidateBox()
Dtagged_tree.h88 int index = static_cast<int>(EntryToIndex(entry) + Derived::ENTRY_VALUE_INDEX); in GetValue()
177 int index = static_cast<int>(EntryToIndex(entry) + Derived::ENTRY_VALUE_INDEX); in SetValue()
496 static const int ENTRY_VALUE_INDEX = 1; variable
554 static const int ENTRY_VALUE_INDEX = 0; variable
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module_cache.h44 return HashTable::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()
141 static constexpr int ENTRY_VALUE_INDEX = 1; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2120 Int32Add(arrayIndex, Int32(DictionaryT::ENTRY_VALUE_INDEX)); in GetValueFromDictionary()
2164 Int32Add(arrayIndex, Int32(NameDictionary::ENTRY_VALUE_INDEX)); in UpdateValueAndAttributes()
2178 GateRef valueIndex = Int32Add(arrayIndex, Int32(NameDictionary::ENTRY_VALUE_INDEX)); in UpdateValueInDict()
Dstub_builder-inl.h2217 IntPtr(GlobalDictionary::ENTRY_VALUE_INDEX)); in GetBoxFromGlobalDictionary()