Index: runtime/vm/instructions_x64.h |
=================================================================== |
--- runtime/vm/instructions_x64.h (revision 31811) |
+++ runtime/vm/instructions_x64.h (working copy) |
@@ -39,6 +39,7 @@ |
virtual int pattern_length_in_bytes() const = 0; |
static intptr_t IndexFromPPLoad(uword start); |
+ static intptr_t OffsetFromPPIndex(intptr_t index); |
protected: |
uword start() const { return start_; } |