Lines Matching full:fill
139 // Initialize the FixedArray and fill it with holes. FixedArray length is not
151 // Fill the FixedArray with the hole value.
243 // Initialize the fixed array and fill it with holes. FixedArray length is not
272 // Fill the allocated FixedArray with the hole value if requested.
382 // Fill arguments as array elements. Copy from the top of the stack (last
582 // Fill all the in-object properties with undefined.
1277 // Fill the remaining expected arguments with undefined.
1285 Label fill;
1286 __ bind(&fill);
1289 __ b(ne, &fill);