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

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

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Fixed cctest.status Created 4 years, 3 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: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 /* 11 E> */ B(Throw), 327 /* 11 E> */ B(Throw),
328 B(Ldar), R(closure), 328 B(Ldar), R(closure),
329 B(CreateBlockContext), U8(0), 329 B(CreateBlockContext), U8(0),
330 B(PushContext), R(1), 330 B(PushContext), R(1),
331 B(LdaTheHole), 331 B(LdaTheHole),
332 B(StaContextSlot), R(context), U8(4), 332 B(StaContextSlot), R(context), U8(4),
333 B(LdaZero), 333 B(LdaZero),
334 B(StaContextSlot), R(1), U8(9), 334 B(StaContextSlot), R(1), U8(9),
335 B(Mov), R(context), R(10), 335 B(Mov), R(context), R(10),
336 B(Mov), R(context), R(11), 336 B(Mov), R(context), R(11),
337 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(3), 337 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(1),
338 B(Star), R(13), 338 B(Star), R(13),
339 B(LdaConstant), U8(2), 339 B(LdaConstant), U8(2),
340 /* 30 E> */ B(LdrKeyedProperty), R(13), U8(3), R(12), 340 /* 30 E> */ B(LdrKeyedProperty), R(13), U8(3), R(12),
341 /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(1), 341 /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(1),
342 /* 30 E> */ B(StaContextSlot), R(1), U8(7), 342 /* 30 E> */ B(StaContextSlot), R(1), U8(7),
343 B(LdaSmi), U8(-2), 343 B(LdaSmi), U8(-2),
344 B(TestEqual), R(4), U8(0), 344 B(TestEqual), R(4), U8(0),
345 B(JumpIfTrue), U8(18), 345 B(JumpIfTrue), U8(18),
346 B(LdaSmi), U8(1), 346 B(LdaSmi), U8(1),
347 B(TestEqualStrict), R(4), U8(0), 347 B(TestEqualStrict), R(4), U8(0),
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 kInstanceTypeDontCare, 595 kInstanceTypeDontCare,
596 kInstanceTypeDontCare, 596 kInstanceTypeDontCare,
597 ] 597 ]
598 handlers: [ 598 handlers: [
599 [47, 677, 683], 599 [47, 677, 683],
600 [147, 432, 438], 600 [147, 432, 438],
601 [150, 392, 394], 601 [150, 392, 394],
602 [539, 551, 553], 602 [539, 551, 553],
603 ] 603 ]
604 604
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698