Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 15486) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -972,6 +972,7 @@ |
} |
} |
+ |
void MacroAssembler::Set(const Operand& dst, int64_t x) { |
if (is_int32(x)) { |
movq(dst, Immediate(static_cast<int32_t>(x))); |
@@ -1029,6 +1030,7 @@ |
return kScratchRegister; |
} |
+ |
void MacroAssembler::LoadSmiConstant(Register dst, Smi* source) { |
if (emit_debug_code()) { |
movq(dst, |