Lines Matching refs:FixedArray
123 size += FixedArray::SizeFor(initial_capacity);
159 // Initialize the FixedArray and fill it with holes. FixedArray length is
165 STATIC_ASSERT(0 * kPointerSize == FixedArray::kMapOffset);
168 STATIC_ASSERT(1 * kPointerSize == FixedArray::kLengthOffset);
171 // Fill the FixedArray with the hole value. Inline the code if short.
172 STATIC_ASSERT(2 * kPointerSize == FixedArray::kHeaderSize);
194 // into the result register and beginning and end of the FixedArray elements
218 // Allocate the JSArray object together with space for a FixedArray with the
222 Operand((JSArray::kSize + FixedArray::kHeaderSize) / kPointerSize));
259 // Initialize the fixed array and fill it with holes. FixedArray length is
265 ASSERT_EQ(0 * kPointerSize, FixedArray::kMapOffset);
268 ASSERT_EQ(1 * kPointerSize, FixedArray::kLengthOffset);
281 // Fill the allocated FixedArray with the hole value if requested.
299 // the JSArray object and the FixedArray elements array and initializes these.
853 __ add(r0, r3, Operand(FixedArray::kHeaderSize / kPointerSize));
862 // Initialize the FixedArray.
866 // r5: FixedArray (not tagged)
871 ASSERT_EQ(1 * kPointerSize, FixedArray::kLengthOffset);
877 // r2: First element of FixedArray (not tagged)
880 // r5: FixedArray (not tagged)
882 ASSERT_EQ(2 * kPointerSize, FixedArray::kHeaderSize);
899 // Store the initialized FixedArray into the properties field of
903 // r5: FixedArray (not tagged)