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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 B(Star), R(6), 174 B(Star), R(6),
175 B(Ldar), R(0), 175 B(Ldar), R(0),
176 B(Star), R(7), 176 B(Star), R(7),
177 B(Ldar), R(6), 177 B(Ldar), R(6),
178 B(StoreICSloppy), R(7), U8(2), U8(7), 178 B(StoreICSloppy), R(7), U8(2), U8(7),
179 B(StackCheck), 179 B(StackCheck),
180 B(Ldar), R(0), 180 B(Ldar), R(0),
181 B(Star), R(6), 181 B(Star), R(6),
182 B(LoadIC), R(6), U8(2), U8(3), 182 B(LoadIC), R(6), U8(2), U8(3),
183 B(Star), R(7), 183 B(Star), R(7),
184 B(LdaSmi8), U8(10), 184 B(LdaSmi), U8(10),
185 B(TestEqual), R(7), 185 B(TestEqual), R(7),
186 B(JumpIfFalse), U8(4), 186 B(JumpIfFalse), U8(4),
187 B(Jump), U8(20), 187 B(Jump), U8(20),
188 B(Ldar), R(0), 188 B(Ldar), R(0),
189 B(Star), R(6), 189 B(Star), R(6),
190 B(LoadIC), R(6), U8(2), U8(5), 190 B(LoadIC), R(6), U8(2), U8(5),
191 B(Star), R(7), 191 B(Star), R(7),
192 B(LdaSmi8), U8(20), 192 B(LdaSmi), U8(20),
193 B(TestEqual), R(7), 193 B(TestEqual), R(7),
194 B(JumpIfFalse), U8(4), 194 B(JumpIfFalse), U8(4),
195 B(Jump), U8(8), 195 B(Jump), U8(8),
196 B(ForInStep), R(5), 196 B(ForInStep), R(5),
197 B(Star), R(5), 197 B(Star), R(5),
198 B(Jump), U8(-65), 198 B(Jump), U8(-65),
199 B(LdaUndefined), 199 B(LdaUndefined),
200 B(Return), 200 B(Return),
201 ] 201 ]
202 constant pool: [ 202 constant pool: [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 B(Star), R(6), 234 B(Star), R(6),
235 B(Ldar), R(0), 235 B(Ldar), R(0),
236 B(Star), R(7), 236 B(Star), R(7),
237 B(LdaZero), 237 B(LdaZero),
238 B(Star), R(8), 238 B(Star), R(8),
239 B(Ldar), R(6), 239 B(Ldar), R(6),
240 B(KeyedStoreICSloppy), R(7), R(8), U8(5), 240 B(KeyedStoreICSloppy), R(7), R(8), U8(5),
241 B(StackCheck), 241 B(StackCheck),
242 B(Ldar), R(0), 242 B(Ldar), R(0),
243 B(Star), R(6), 243 B(Star), R(6),
244 B(LdaSmi8), U8(3), 244 B(LdaSmi), U8(3),
245 B(KeyedLoadIC), R(6), U8(3), 245 B(KeyedLoadIC), R(6), U8(3),
246 B(Return), 246 B(Return),
247 B(ForInStep), R(5), 247 B(ForInStep), R(5),
248 B(Star), R(5), 248 B(Star), R(5),
249 B(Jump), U8(-42), 249 B(Jump), U8(-42),
250 B(LdaUndefined), 250 B(LdaUndefined),
251 B(Return), 251 B(Return),
252 ] 252 ]
253 constant pool: [ 253 constant pool: [
254 InstanceType::FIXED_ARRAY_TYPE, 254 InstanceType::FIXED_ARRAY_TYPE,
255 InstanceType::FIXED_ARRAY_TYPE, 255 InstanceType::FIXED_ARRAY_TYPE,
256 ] 256 ]
257 handlers: [ 257 handlers: [
258 ] 258 ]
259 259
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/Eval.golden ('k') | test/cctest/interpreter/bytecode_expectations/ForOf.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698