Lines Matching refs:FixedArray
269 // Allocate and initialize a FixedArray if it is.
288 // rdi: start of next object (will be start of FixedArray)
290 __ Allocate(FixedArray::kHeaderSize,
299 // Initialize the FixedArray.
301 // rdi: FixedArray
307 __ movq(Operand(rdi, FixedArray::kLengthOffset), rdx); // and length
311 // rdi: FixedArray
316 __ lea(rcx, Operand(rdi, FixedArray::kHeaderSize));
326 // Store the initialized FixedArray into the properties field of
329 // rdi: FixedArray