| Index: runtime/vm/assembler_x64.h
|
| ===================================================================
|
| --- runtime/vm/assembler_x64.h (revision 35656)
|
| +++ runtime/vm/assembler_x64.h (working copy)
|
| @@ -691,7 +691,6 @@
|
| void StoreObject(const Address& dst, const Object& obj, Register pp);
|
| void PushObject(const Object& object, Register pp);
|
| void CompareObject(Register reg, const Object& object, Register pp);
|
| - void LoadDoubleConstant(XmmRegister dst, double value);
|
|
|
| // Destroys value.
|
| void StoreIntoObject(Register object, // Object we are storing into.
|
| @@ -723,7 +722,6 @@
|
| void EnterCallRuntimeFrame(intptr_t frame_space);
|
| void LeaveCallRuntimeFrame();
|
|
|
| -
|
| void CallRuntime(const RuntimeEntry& entry, intptr_t argument_count);
|
|
|
| /*
|
|
|