| Index: src/stub-cache-arm.cc
|
| ===================================================================
|
| --- src/stub-cache-arm.cc (revision 435)
|
| +++ src/stub-cache-arm.cc (working copy)
|
| @@ -103,8 +103,8 @@
|
| __ b(eq, &miss);
|
|
|
| // Get the map of the receiver and compute the hash.
|
| - __ ldr(scratch, FieldMemOperand(receiver, HeapObject::kMapOffset));
|
| - __ ldr(ip, FieldMemOperand(name, String::kLengthOffset));
|
| + __ ldr(scratch, FieldMemOperand(name, String::kLengthOffset));
|
| + __ ldr(ip, FieldMemOperand(receiver, HeapObject::kMapOffset));
|
| __ add(scratch, scratch, Operand(ip));
|
| __ eor(scratch, scratch, Operand(flags));
|
| __ and_(scratch,
|
|
|