Home | History | Annotate | Download | only in arm

Lines Matching refs:FixedDoubleArray

386   // Allocate new FixedDoubleArray.
389 __ add(lr, lr, Operand(FixedDoubleArray::kHeaderSize));
392 // array: destination FixedDoubleArray, not tagged as heap object.
396 // Set destination FixedDoubleArray's length and map.
398 __ str(length, MemOperand(array, FixedDoubleArray::kLengthOffset));
411 // Replace receiver's backing store with newly created FixedDoubleArray.
425 __ add(scratch2, array, Operand(FixedDoubleArray::kHeaderSize));
437 // array_end: end of destination FixedDoubleArray, not tagged
438 // scratch2: begin of FixedDoubleArray element fields, not tagged
524 // elements: source FixedDoubleArray
532 __ mov(array_size, Operand(FixedDoubleArray::kHeaderSize));
537 // Set destination FixedDoubleArray's length and map.
539 __ str(length, FieldMemOperand(array, FixedDoubleArray::kLengthOffset));
550 Operand(FixedDoubleArray::kHeaderSize - kHeapObjectTag + 4));
572 // src_elements: begin of source FixedDoubleArray element fields,