Home
last modified time | relevance | path

Searched refs:AllocateZeroedFixedArray (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dtyped-array-sort.tq126 const work1: FixedArray = AllocateZeroedFixedArray(Convert<intptr>(len));
127 const work2: FixedArray = AllocateZeroedFixedArray(Convert<intptr>(len));
Darray-join.tq229 fixedArray: AllocateZeroedFixedArray(cappedBufferSize),
/third_party/node/deps/v8/src/objects/
Dfixed-array.tq100 extern macro AllocateZeroedFixedArray(intptr): FixedArray;
/third_party/node/deps/v8/third_party/v8/builtins/
Darray-sort.tq197 pendingRuns: AllocateZeroedFixedArray(Convert<intptr>(kMaxMergePending)),
198 workArray: AllocateZeroedFixedArray(workArrayLength),
451 AllocateZeroedFixedArray(Convert<intptr>(minSize));
/third_party/node/deps/v8/test/torque/
Dtest-torque.tq506 const a: FixedArray = AllocateZeroedFixedArray(3);
880 const fixedArray: FixedArray = AllocateZeroedFixedArray(3);
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2042 TNode<FixedArray> AllocateZeroedFixedArray(TNode<IntPtrT> capacity) { in AllocateZeroedFixedArray() function