Home
last modified time | relevance | path

Searched refs:RawFieldOfElementAt (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h213 ObjectSlot FixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function
223 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in MoveElements()
224 ObjectSlot src_slot(RawFieldOfElementAt(src_index)); in MoveElements()
235 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in CopyElements()
236 ObjectSlot src_slot(src.RawFieldOfElementAt(src_index)); in CopyElements()
462 MaybeObjectSlot WeakFixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function
Dtransitions-inl.h56 return HeapObjectSlot(RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()
108 return HeapObjectSlot(RawFieldOfElementAt(ToTargetIndex(transition_number))); in GetTargetSlot()
Dfixed-array.h203 inline ObjectSlot RawFieldOfElementAt(int index);
313 inline MaybeObjectSlot RawFieldOfElementAt(int index);
Dscope-info.h339 ObjectSlot RawFieldOfElementAt(int index);
Dscope-info.cc606 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in CopyElements()
607 ObjectSlot src_slot(src.RawFieldOfElementAt(src_index)); in CopyElements()
611 ObjectSlot ScopeInfo::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function in v8::internal::ScopeInfo
Ddictionary-inl.h170 return this->RawFieldOfElementAt(DerivedHashTable::EntryToIndex(entry) + in RawFieldOfValueAt()
Delements.cc210 MemsetTagged(FixedArray::cast(to_base).RawFieldOfElementAt(start), in CopyObjectToObjectElements()
243 MemsetTagged(FixedArray::cast(to_base).RawFieldOfElementAt(start), in CopyDictionaryToObjectElements()
286 MemsetTagged(FixedArray::cast(to_base).RawFieldOfElementAt(start), in CopyDoubleToObjectElements()
/third_party/node/deps/v8/src/heap/
Dmarking-visitor-inl.h349 table.RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i)); in VisitEphemeronHashTable()
357 table.RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
Dscavenger.cc704 table.RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i))); in ClearYoungEphemerons()
726 HeapObjectSlot key_slot(table.RawFieldOfElementAt( in ClearOldEphemerons()
Dscavenger-inl.h536 table.RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
Dmark-compact.cc4561 HeapObjectSlot key_slot(table.RawFieldOfElementAt( in Process()
/third_party/node/deps/v8/src/runtime/
Druntime-strings.cc290 MemsetTagged(elements.RawFieldOfElementAt(i), Smi::zero(), length - i); in CopyCachedOneByteCharsToArray()