Home
last modified time | relevance | path

Searched refs:GetArrayAllocationSize (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3526 TNode<IntPtrT> GetArrayAllocationSize(TNode<TIndex> element_count, in GetArrayAllocationSize() function
3534 return GetArrayAllocationSize(element_count, kind, FixedArray::kHeaderSize); in GetFixedArrayAllocationSize()
3538 return GetArrayAllocationSize(element_count, PACKED_ELEMENTS, in GetPropertyArrayAllocationSize()
Dcode-stub-assembler.cc3475 GetArrayAllocationSize(Signed(length), UINT8_ELEMENTS, in AllocateNonEmptyByteArray()
3503 GetArrayAllocationSize(Signed(length), UINT8_ELEMENTS, in AllocateByteArray()