Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateFixedArrayWithFiller

5371 MaybeObject* Heap::AllocateFixedArrayWithFiller(int length,
5393 return AllocateFixedArrayWithFiller(length, pretenure, undefined_value());
5399 return AllocateFixedArrayWithFiller(length, pretenure, the_hole_value());