Home
last modified time | relevance | path

Searched refs:GetDataEntry (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table-inl.h69 Object SmallOrderedHashTable<Derived>::GetDataEntry(int entry, in GetDataEntry() function in v8::internal::SmallOrderedHashTable
156 return this->GetDataEntry(entry.as_int(), kValueIndex); in ValueAt()
170 Smi::cast(this->GetDataEntry(entry.as_int(), kPropertyDetailsIndex))); in DetailsAt()
H A Dordered-hash-table.cc703 DCHECK_EQ(ReadOnlyRoots(isolate).the_hole_value(), GetDataEntry(i, j)); in Initialize()
944 Object value = table->GetDataEntry(old_entry.as_int(), i); in Rehash()
1161 table->GetDataEntry(entry.as_int(), SmallOrderedHashMap::kValueIndex), in AdjustRepresentation()
H A Dordered-hash-table.h558 V8_INLINE Object GetDataEntry(int entry, int relative_index);
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1353 Object val = GetDataEntry(entry, offset); in SmallOrderedHashTableVerify()
1361 Object val = GetDataEntry(entry, offset); in SmallOrderedHashTableVerify()
1374 Object val = GetDataEntry(entry, offset); in SmallOrderedHashMapVerify()
1387 Object val = GetDataEntry(entry, offset); in SmallOrderedHashSetVerify()
1401 Object val = GetDataEntry(entry, offset); in SmallOrderedNameDictionaryVerify()

Completed in 8 milliseconds