Searched refs:AllocateRawFixedArray (Results 1 – 3 of 3) sorted by relevance
135 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
279 HeapObject AllocateRawFixedArray(int length, AllocationType allocation); in EXPORT_TEMPLATE_DECLARE()
453 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()