Searched refs:ENTRY_VALUE_INDEX (Results 1 – 11 of 11) sorted by relevance
34 return OrderHashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()74 static constexpr int ENTRY_VALUE_INDEX = 1; variable88 return OrderHashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()127 static constexpr int ENTRY_VALUE_INDEX = 1; variable
43 return HashTable::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()69 static const int ENTRY_VALUE_INDEX = 1; variable
39 return OrderHashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()91 static constexpr int ENTRY_VALUE_INDEX = 1; variable
40 return HashTable::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()109 static constexpr int ENTRY_VALUE_INDEX = 1; variable
66 return HashTableT::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()164 static constexpr int ENTRY_VALUE_INDEX = 1; variable
167 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; variable375 static const int ENTRY_VALUE_INDEX = 0; variable
52 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in GetBox()231 int index = GetEntryIndex(entry) + ENTRY_VALUE_INDEX; in IsValidateBox()
88 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; variable554 static const int ENTRY_VALUE_INDEX = 0; variable
44 return HashTable::TABLE_HEADER_SIZE + entry * GetEntrySize() + ENTRY_VALUE_INDEX; in GetValueIndex()141 static constexpr int ENTRY_VALUE_INDEX = 1; variable
2120 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()
2217 IntPtr(GlobalDictionary::ENTRY_VALUE_INDEX)); in GetBoxFromGlobalDictionary()