Home | History | Annotate | Download | only in x64

Lines Matching refs:FixedDoubleArray

3420     __ SmiCompare(rcx, FieldOperand(rdi, FixedDoubleArray::kLengthOffset));
3450 // Transition on values that can't be stored in a FixedDoubleArray.
3464 int size = FixedDoubleArray::SizeFor(JSArray::kPreallocatedArrayElements);
3471 // Initialize the new FixedDoubleArray. Leave elements unitialized for
3475 __ Move(FieldOperand(rdi, FixedDoubleArray::kLengthOffset),
3485 __ movq(FieldOperand(rdi, FixedDoubleArray::OffsetOfElementAt(i)), r8);
3504 __ cmpq(rcx, FieldOperand(rdi, FixedDoubleArray::kLengthOffset));