Searched refs:slots_start (Results 1 – 8 of 8) 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();
240 inline MaybeObjectSlot FeedbackVector::slots_start() { in slots_start() function
266 inline MaybeObjectSlot slots_start();
696 size_t header_size = vector.slots_start().address() - vector.address(); in RecordVirtualFeedbackVectorDetails()
516 MemsetTagged(ObjectSlot(vector.slots_start()), *undefined_value(), length); in NewFeedbackVector()
1696 MaybeObject maybe_entry = *(feedback_vector.slots_start() + i); in ExtractFeedbackVectorReferences()