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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/BreakableBlocks.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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 var x = 0; 10 var x = 0;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 /* 142 S> */ B(Ldar), R(2), 72 /* 142 S> */ B(Ldar), R(2),
73 /* 148 E> */ B(Add), R(1), U8(7), 73 /* 148 E> */ B(Add), R(1), U8(7),
74 B(Star), R(3), 74 B(Star), R(3),
75 B(LdaSmi), U8(12), 75 B(LdaSmi), U8(12),
76 /* 152 E> */ B(TestEqual), R(3), U8(8), 76 /* 152 E> */ B(TestEqual), R(3), U8(8),
77 B(JumpIfFalse), U8(4), 77 B(JumpIfFalse), U8(4),
78 /* 161 S> */ B(Jump), U8(20), 78 /* 161 S> */ B(Jump), U8(20),
79 /* 118 S> */ B(Ldar), R(2), 79 /* 118 S> */ B(Ldar), R(2),
80 B(Inc), U8(5), 80 B(Inc), U8(5),
81 B(Star), R(2), 81 B(Star), R(2),
82 B(JumpLoop), U8(-36), U8(1), 82 B(JumpLoop), U8(36), U8(1),
83 /* 84 S> */ B(Ldar), R(1), 83 /* 84 S> */ B(Ldar), R(1),
84 B(Inc), U8(3), 84 B(Inc), U8(3),
85 B(Star), R(1), 85 B(Star), R(1),
86 B(JumpLoop), U8(-56), U8(0), 86 B(JumpLoop), U8(56), U8(0),
87 /* 188 S> */ B(Ldar), R(0), 87 /* 188 S> */ B(Ldar), R(0),
88 /* 200 S> */ B(Return), 88 /* 200 S> */ B(Return),
89 ] 89 ]
90 constant pool: [ 90 constant pool: [
91 ] 91 ]
92 handlers: [ 92 handlers: [
93 ] 93 ]
94 94
95 --- 95 ---
96 snippet: " 96 snippet: "
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 B(LdaUndefined), 174 B(LdaUndefined),
175 /* 162 S> */ B(Return), 175 /* 162 S> */ B(Return),
176 ] 176 ]
177 constant pool: [ 177 constant pool: [
178 FIXED_ARRAY_TYPE, 178 FIXED_ARRAY_TYPE,
179 SHARED_FUNCTION_INFO_TYPE, 179 SHARED_FUNCTION_INFO_TYPE,
180 ] 180 ]
181 handlers: [ 181 handlers: [
182 ] 182 ]
183 183
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698