Searched refs:slots_start (Results 1 – 7 of 7) sorted by relevance
23 MemCopy(reinterpret_cast<void*>(new_array->slots_start()), in EnsureCapacity()24 reinterpret_cast<void*>(array->slots_start()), size); in EnsureCapacity()
23 Address EmbedderDataArray::slots_start() { in TQ_OBJECT_CONSTRUCTORS_IMPL()
43 V8_INLINE Address slots_start();
223 inline MaybeObjectSlot FeedbackVector::slots_start() { in slots_start() function
252 inline MaybeObjectSlot slots_start();
707 size_t header_size = vector.slots_start().address() - vector.address(); in RecordVirtualFeedbackVectorDetails()
436 MemsetTagged(ObjectSlot(vector->slots_start()), *undefined_value(), length); in NewFeedbackVector()450 ObjectSlot start(array->slots_start()); in NewEmbedderDataArray()