Index: runtime/vm/instructions_arm64.h |
=================================================================== |
--- runtime/vm/instructions_arm64.h (revision 35975) |
+++ runtime/vm/instructions_arm64.h (working copy) |
@@ -44,6 +44,13 @@ |
static uword DecodeLoadWordFromPool(uword end, |
Register* reg, |
intptr_t* index); |
+ |
+ // Encodes a load sequence ending at 'end'. Encodes a fixed length two |
+ // instruction load from the pool pointer in PP using the destination |
+ // register reg as a temporary for the base address. |
+ static void EncodeLoadWordFromPoolFixed(uword end, int32_t offset); |
+ |
+ static intptr_t OffsetFromPPIndex(intptr_t index); |
}; |