Lines Matching full:temp0
4996 Register new_map_value = ToRegister(instr->temp0());
5014 Register temp0 = ToRegister(instr->temp0());
5015 __ Ldr(temp0, FieldMemOperand(object, JSObject::kPropertiesOffset));
5016 destination = temp0;
5027 Register temp0 = ToRegister(instr->temp0());
5028 __ Ldr(temp0, FieldMemOperand(destination, offset));
5029 __ AssertSmi(temp0);
5030 // If destination aliased temp0, restore it to the address calculated
5032 if (destination.Is(temp0)) {