Lines Matching refs:offset
47 // Offset 2 is due to return address and saved frame pointer.
78 int offset = index * kPointerSize;
85 if (offset < 0) {
86 offset += map->instance_size();
87 __ movq(FieldOperand(receiver_reg(), offset), accumulator0());
93 offset += FixedArray::kHeaderSize;
96 __ movq(FieldOperand(scratch0(), offset), accumulator0());
103 __ RecordWrite(scratch0(), offset, accumulator0(), scratch1());
111 __ RecordWrite(scratch0(), offset, value_scratch, scratch1());
130 int offset = index * kPointerSize;
133 if (offset < 0) {
134 offset += map->instance_size();
135 __ movq(destination(), FieldOperand(receiver_reg(), offset));
137 offset += FixedArray::kHeaderSize;
140 __ movq(destination(), FieldOperand(scratch0(), offset));