Home | History | Annotate | Download | only in ia32

Lines Matching refs:FixedDoubleArray

3698     // Transition on values that can't be stored in a FixedDoubleArray.
3712 int size = FixedDoubleArray::SizeFor(JSArray::kPreallocatedArrayElements);
3722 // Initialize the new FixedDoubleArray.
3725 __ mov(FieldOperand(edi, FixedDoubleArray::kLengthOffset),
3732 int offset = FixedDoubleArray::OffsetOfElementAt(i);
3755 __ cmp(ecx, FieldOperand(edi, FixedDoubleArray::kLengthOffset));