Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: runtime/vm/instructions_x64_test.cc

Issue 10356051: First steps toward a two stages new compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698