Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3532 TNode<IntPtrT> GetFixedArrayAllocationSize(TNode<TIndex> element_count, in GetFixedArrayAllocationSize() function
Dcode-stub-assembler.cc4322 TNode<IntPtrT> total_size = GetFixedArrayAllocationSize(capacity, kind); in AllocateFixedArray()