Home
last modified time | relevance | path

Searched refs:AllocateRawFixedArray (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory-base.cc135 HeapObject result = AllocateRawFixedArray(length, allocation); in NewFixedArrayWithFiller()
154 HeapObject result = AllocateRawFixedArray(length, allocation); in NewFixedArrayWithZeroes()
948 HeapObject FactoryBase<Impl>::AllocateRawFixedArray(int length, in AllocateRawFixedArray() function in v8::internal::FactoryBase
Dfactory-base.h279 HeapObject AllocateRawFixedArray(int length, AllocationType allocation); in EXPORT_TEMPLATE_DECLARE()
Dfactory.cc453 HeapObject result = AllocateRawFixedArray(length, allocation); in NewPropertyArray()
2024 HeapObject new_object = AllocateRawFixedArray(len, AllocationType::kYoung); in CopyArrayWithMap()
2042 HeapObject new_object = AllocateRawFixedArray(new_len, allocation); in CopyArrayAndGrow()
2149 HeapObject heap_object = AllocateRawFixedArray(new_len, allocation); in CopyFixedArrayUpTo()