Searched refs:RawFieldOfElementAt (Results 1 – 12 of 12) sorted by relevance
213 ObjectSlot FixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function223 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
56 return HeapObjectSlot(RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()108 return HeapObjectSlot(RawFieldOfElementAt(ToTargetIndex(transition_number))); in GetTargetSlot()
203 inline ObjectSlot RawFieldOfElementAt(int index);313 inline MaybeObjectSlot RawFieldOfElementAt(int index);
339 ObjectSlot RawFieldOfElementAt(int index);
606 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
170 return this->RawFieldOfElementAt(DerivedHashTable::EntryToIndex(entry) + in RawFieldOfValueAt()
210 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()
349 table.RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i)); in VisitEphemeronHashTable()357 table.RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
704 table.RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i))); in ClearYoungEphemerons()726 HeapObjectSlot key_slot(table.RawFieldOfElementAt( in ClearOldEphemerons()
536 table.RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
4561 HeapObjectSlot key_slot(table.RawFieldOfElementAt( in Process()
290 MemsetTagged(elements.RawFieldOfElementAt(i), Smi::zero(), length - i); in CopyCachedOneByteCharsToArray()