Searched refs:AllocateZeroedFixedArray (Results 1 – 6 of 6) sorted by relevance
126 const work1: FixedArray = AllocateZeroedFixedArray(Convert<intptr>(len));127 const work2: FixedArray = AllocateZeroedFixedArray(Convert<intptr>(len));
229 fixedArray: AllocateZeroedFixedArray(cappedBufferSize),
100 extern macro AllocateZeroedFixedArray(intptr): FixedArray;
197 pendingRuns: AllocateZeroedFixedArray(Convert<intptr>(kMaxMergePending)),198 workArray: AllocateZeroedFixedArray(workArrayLength),451 AllocateZeroedFixedArray(Convert<intptr>(minSize));
506 const a: FixedArray = AllocateZeroedFixedArray(3);880 const fixedArray: FixedArray = AllocateZeroedFixedArray(3);
2042 TNode<FixedArray> AllocateZeroedFixedArray(TNode<IntPtrT> capacity) { in AllocateZeroedFixedArray() function