Index: runtime/vm/assembler_x64.h |
=================================================================== |
--- runtime/vm/assembler_x64.h (revision 40623) |
+++ runtime/vm/assembler_x64.h (working copy) |
@@ -698,6 +698,7 @@ |
bool CanLoadImmediateFromPool(const Immediate& imm, Register pp); |
void LoadImmediate(Register reg, const Immediate& imm, Register pp); |
void LoadImmediate(const Address& dst, const Immediate& imm, Register pp); |
+ void LoadIsolate(Register dst); |
void LoadObject(Register dst, const Object& obj, Register pp); |
void JmpPatchable(const ExternalLabel* label, Register pp); |
void Jmp(const ExternalLabel* label, Register pp); |