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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForIn.golden

Issue 2641443002: [ignition] Use absolute values for jump offsets (Closed)
Patch Set: Rebase Created 3 years, 11 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: test/cctest/interpreter/bytecode_expectations/ForIn.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForIn.golden b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
index e03f83d3fc28fb03b964bbfc7b3e0c6c730a3733..920b527c4c63c821cdb1d156c2a98d593bafb424 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden
@@ -85,7 +85,7 @@ bytecodes: [
/* 85 S> */ B(Return),
B(ForInStep), R(7),
B(Star), R(7),
- B(JumpLoop), U8(-23), U8(0),
+ B(JumpLoop), U8(23), U8(0),
B(LdaUndefined),
/* 85 S> */ B(Return),
]
@@ -127,7 +127,7 @@ bytecodes: [
B(Star), R(0),
/* 72 E> */ B(ForInStep), R(7),
B(Star), R(7),
- B(JumpLoop), U8(-31), U8(0),
+ B(JumpLoop), U8(31), U8(0),
B(LdaUndefined),
/* 80 S> */ B(Return),
]
@@ -182,7 +182,7 @@ bytecodes: [
/* 143 S> */ B(Jump), U8(9),
B(ForInStep), R(5),
B(Star), R(5),
- B(JumpLoop), U8(-55), U8(0),
+ B(JumpLoop), U8(55), U8(0),
B(LdaUndefined),
/* 152 S> */ B(Return),
]
@@ -228,7 +228,7 @@ bytecodes: [
/* 98 S> */ B(Return),
B(ForInStep), R(5),
B(Star), R(5),
- B(JumpLoop), U8(-34), U8(0),
+ B(JumpLoop), U8(34), U8(0),
B(LdaUndefined),
/* 98 S> */ B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698