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

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

Issue 2341743003: [interpreter] Inline FastCloneShallowArrayStub into bytecode handler (Closed)
Patch Set: rebase 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
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 execute: yes 6 execute: yes
7 wrap: no 7 wrap: no
8 test function name: f 8 test function name: f
9 9
10 --- 10 ---
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 /* 11 E> */ B(Throw), 326 /* 11 E> */ B(Throw),
327 B(Ldar), R(closure), 327 B(Ldar), R(closure),
328 B(CreateBlockContext), U8(0), 328 B(CreateBlockContext), U8(0),
329 B(PushContext), R(1), 329 B(PushContext), R(1),
330 B(LdaTheHole), 330 B(LdaTheHole),
331 B(StaContextSlot), R(context), U8(4), U8(0), 331 B(StaContextSlot), R(context), U8(4), U8(0),
332 B(LdaZero), 332 B(LdaZero),
333 B(StaContextSlot), R(1), U8(9), U8(0), 333 B(StaContextSlot), R(1), U8(9), U8(0),
334 B(Mov), R(context), R(10), 334 B(Mov), R(context), R(10),
335 B(Mov), R(context), R(11), 335 B(Mov), R(context), R(11),
336 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(1), 336 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(9),
337 B(Star), R(13), 337 B(Star), R(13),
338 B(LdaConstant), U8(2), 338 B(LdaConstant), U8(2),
339 /* 30 E> */ B(LdrKeyedProperty), R(13), U8(4), R(12), 339 /* 30 E> */ B(LdrKeyedProperty), R(13), U8(4), R(12),
340 /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(2), 340 /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(2),
341 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0), 341 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
342 B(LdaSmi), U8(-2), 342 B(LdaSmi), U8(-2),
343 B(TestEqual), R(4), U8(0), 343 B(TestEqual), R(4), U8(0),
344 B(JumpIfTrue), U8(18), 344 B(JumpIfTrue), U8(18),
345 B(LdaSmi), U8(1), 345 B(LdaSmi), U8(1),
346 B(TestEqualStrict), R(4), U8(0), 346 B(TestEqualStrict), R(4), U8(0),
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 Smi [155], 597 Smi [155],
598 Smi [603], 598 Smi [603],
599 ] 599 ]
600 handlers: [ 600 handlers: [
601 [48, 720, 726], 601 [48, 720, 726],
602 [153, 460, 466], 602 [153, 460, 466],
603 [156, 416, 418], 603 [156, 416, 418],
604 [574, 588, 590], 604 [574, 588, 590],
605 ] 605 ]
606 606
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698