Chromium Code Reviews| Index: runtime/vm/instructions_x64.h |
| =================================================================== |
| --- runtime/vm/instructions_x64.h (revision 7950) |
| +++ runtime/vm/instructions_x64.h (working copy) |
| @@ -86,6 +86,9 @@ |
| class JumpPattern : public CallOrJumpPattern { |
| public: |
| explicit JumpPattern(uword pc) : CallOrJumpPattern(pc) {} |
| + static int InstructionLength() { |
| + return kLengthInBytes; |
| + } |
| private: |
| virtual const int* pattern() const; |