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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ForIn.golden

Issue 2216023003: [interpreter] Add register output to ObjectLiteral (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: comments Created 4 years, 4 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 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 for (x['a'] in [10, 20, 30]) { 145 for (x['a'] in [10, 20, 30]) {
146 if (x['a'] == 10) continue; 146 if (x['a'] == 10) continue;
147 if (x['a'] == 20) break; 147 if (x['a'] == 20) break;
148 } 148 }
149 " 149 "
150 frame size: 8 150 frame size: 8
151 parameter count: 1 151 parameter count: 1
152 bytecode array length: 80 152 bytecode array length: 80
153 bytecodes: [ 153 bytecodes: [
154 /* 30 E> */ B(StackCheck), 154 /* 30 E> */ B(StackCheck),
155 /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), 155 /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
156 B(Star), R(1), 156 B(Mov), R(1), R(0),
157 B(Star), R(0),
158 /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(3), 157 /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(3),
159 B(JumpIfUndefined), U8(65), 158 B(JumpIfUndefined), U8(65),
160 B(JumpIfNull), U8(63), 159 B(JumpIfNull), U8(63),
161 B(ToObject), R(1), 160 B(ToObject), R(1),
162 B(ForInPrepare), R(1), R(2), 161 B(ForInPrepare), R(1), R(2),
163 B(LdaZero), 162 B(LdaZero),
164 B(Star), R(5), 163 B(Star), R(5),
165 /* 68 S> */ B(ForInDone), R(5), R(4), 164 /* 68 S> */ B(ForInDone), R(5), R(4),
166 B(JumpIfTrue), U8(50), 165 B(JumpIfTrue), U8(50),
167 B(ForInNext), R(1), R(5), R(2), U8(9), 166 B(ForInNext), R(1), R(5), R(2), U8(9),
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 B(LdaUndefined), 232 B(LdaUndefined),
234 /* 98 S> */ B(Return), 233 /* 98 S> */ B(Return),
235 ] 234 ]
236 constant pool: [ 235 constant pool: [
237 InstanceType::FIXED_ARRAY_TYPE, 236 InstanceType::FIXED_ARRAY_TYPE,
238 InstanceType::FIXED_ARRAY_TYPE, 237 InstanceType::FIXED_ARRAY_TYPE,
239 ] 238 ]
240 handlers: [ 239 handlers: [
241 ] 240 ]
242 241
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698