Home
last modified time | relevance | path

Searched refs:slots_start (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dembedder-data-array.cc23 MemCopy(reinterpret_cast<void*>(new_array->slots_start()), in EnsureCapacity()
24 reinterpret_cast<void*>(array->slots_start()), size); in EnsureCapacity()
H A Dembedder-data-array-inl.h23 Address EmbedderDataArray::slots_start() { in slots_start() function in v8::internal::EmbedderDataArray
H A Dembedder-data-array.h43 V8_INLINE Address slots_start();
H A Dfeedback-vector-inl.h240 inline MaybeObjectSlot FeedbackVector::slots_start() { in slots_start() function in v8::internal::FeedbackVector
H A Dfeedback-vector.h266 inline MaybeObjectSlot slots_start();
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc696 size_t header_size = vector.slots_start().address() - vector.address(); in RecordVirtualFeedbackVectorDetails()
H A Dfactory.cc516 MemsetTagged(ObjectSlot(vector.slots_start()), *undefined_value(), length); in NewFeedbackVector()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1697 MaybeObject maybe_entry = *(feedback_vector.slots_start() + i); in ExtractFeedbackVectorReferences()

Completed in 20 milliseconds