Home | History | Annotate | Download | only in ppc

Lines Matching refs:FixedDoubleArray

128   // Allocate new FixedDoubleArray.
130 __ addi(scratch3, scratch3, Operand(FixedDoubleArray::kHeaderSize));
133 // array: destination FixedDoubleArray, not tagged as heap object.
136 // Set destination FixedDoubleArray's length and map.
138 __ StoreP(length, MemOperand(array, FixedDoubleArray::kLengthOffset));
146 // Replace receiver's backing store with newly created FixedDoubleArray.
156 __ addi(scratch2, array, Operand(FixedDoubleArray::kHeaderSize));
172 // array_end: end of destination FixedDoubleArray, not tagged
173 // scratch2: begin of FixedDoubleArray element fields, not tagged
248 // elements: source FixedDoubleArray
256 __ li(array_size, Operand(FixedDoubleArray::kHeaderSize));
262 // Set destination FixedDoubleArray's length and map.
265 FixedDoubleArray::kLengthOffset), r0);
274 Operand(FixedDoubleArray::kHeaderSize - kHeapObjectTag));
299 // src_elements: begin of source FixedDoubleArray element fields,