Home
last modified time | relevance | path

Searched refs:GetFirstElementAddress (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h53 ObjectSlot FixedArray::GetFirstElementAddress() { in GetFirstElementAddress() function
59 ObjectSlot current = GetFirstElementAddress(); in ContainsOnlySmisOrHoles()
Dfixed-array.h165 inline ObjectSlot GetFirstElementAddress();
Dkeys.cc868 AtomicSlot start(storage->GetFirstElementAddress()); in CopyEnumKeysTo()
950 AtomicSlot start(array->GetFirstElementAddress()); in CollectKeysFromDictionary()
Djs-objects-inl.h217 Handle<FixedArray>::cast(elements)->GetFirstElementAddress(); in EnsureCanContainElements()
Delements.cc476 AtomicSlot start(indices->GetFirstElementAddress()); in SortIndices()
Dobjects.cc6256 AtomicSlot start(array->GetFirstElementAddress()); in IterationIndices()