Home | History | Annotate | Download | only in mips

Lines Matching refs:FixedDoubleArray

678   // Allocate new FixedDoubleArray.
680 __ Addu(scratch, scratch, FixedDoubleArray::kHeaderSize);
682 // array: destination FixedDoubleArray, tagged as heap object
684 // Set destination FixedDoubleArray's length and map.
686 __ sw(length, FieldMemOperand(array, FixedDoubleArray::kLengthOffset));
699 // Replace receiver's backing store with newly created FixedDoubleArray.
716 Operand(FixedDoubleArray::kHeaderSize - kHeapObjectTag));
728 // array_end: end of destination FixedDoubleArray, not tagged
729 // scratch3: begin of FixedDoubleArray element fields, not tagged
830 __ Addu(array_size, array_size, FixedDoubleArray::kHeaderSize);
834 // Set destination FixedDoubleArray's length and map.
836 __ sw(length, FieldMemOperand(array, FixedDoubleArray::kLengthOffset));
845 FixedDoubleArray::kHeaderSize - kHeapObjectTag
868 // src_elements: begin of source FixedDoubleArray element fields, not tagged,