Chromium Code Reviews| Index: runtime/vm/instructions_x64_test.cc |
| =================================================================== |
| --- runtime/vm/instructions_x64_test.cc (revision 7399) |
| +++ runtime/vm/instructions_x64_test.cc (working copy) |
| @@ -35,6 +35,7 @@ |
| ASSEMBLER_TEST_RUN(Jump, entry) { |
| JumpPattern jump1(entry); |
| + jump1.IsValid(); |
| EXPECT_EQ(StubCode::MegamorphicLookupLabel().address(), |
| jump1.TargetAddress()); |
| JumpPattern jump2(entry + jump1.pattern_length_in_bytes()); |