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

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

Issue 2555263002: [Interpreter] Add expression positions to BinaryOps. (Closed)
Patch Set: Add message test Created 4 years 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 a = 1; 10 var a = 1;
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 B(Star), R(0), 486 B(Star), R(0),
487 B(Star), R(2), 487 B(Star), R(2),
488 /* 45 S> */ B(LdaSmi), U8(1), 488 /* 45 S> */ B(LdaSmi), U8(1),
489 B(TestEqualStrict), R(2), U8(5), 489 B(TestEqualStrict), R(2), U8(5),
490 B(Mov), R(0), R(3), 490 B(Mov), R(0), R(3),
491 B(JumpIfToBooleanTrue), U8(11), 491 B(JumpIfToBooleanTrue), U8(11),
492 B(LdaSmi), U8(2), 492 B(LdaSmi), U8(2),
493 B(TestEqualStrict), R(3), U8(6), 493 B(TestEqualStrict), R(3), U8(6),
494 B(JumpIfTrue), U8(34), 494 B(JumpIfTrue), U8(34),
495 B(Jump), U8(36), 495 B(Jump), U8(36),
496 /* 77 E> */ B(AddSmi), U8(1), R(0), U8(2), 496 /* 79 E> */ B(AddSmi), U8(1), R(0), U8(2),
497 B(Star), R(1), 497 B(Star), R(1),
498 /* 70 S> */ B(LdaSmi), U8(2), 498 /* 70 S> */ B(LdaSmi), U8(2),
499 B(TestEqualStrict), R(1), U8(3), 499 B(TestEqualStrict), R(1), U8(3),
500 B(Mov), R(1), R(4), 500 B(Mov), R(1), R(4),
501 B(JumpIfToBooleanTrue), U8(4), 501 B(JumpIfToBooleanTrue), U8(4),
502 B(Jump), U8(8), 502 B(Jump), U8(8),
503 /* 101 S> */ B(LdaSmi), U8(1), 503 /* 101 S> */ B(LdaSmi), U8(1),
504 B(Star), R(0), 504 B(Star), R(0),
505 /* 108 S> */ B(Jump), U8(8), 505 /* 108 S> */ B(Jump), U8(8),
506 /* 131 S> */ B(LdaSmi), U8(2), 506 /* 131 S> */ B(LdaSmi), U8(2),
507 B(Star), R(0), 507 B(Star), R(0),
508 /* 138 S> */ B(Jump), U8(2), 508 /* 138 S> */ B(Jump), U8(2),
509 /* 176 S> */ B(LdaSmi), U8(3), 509 /* 176 S> */ B(LdaSmi), U8(3),
510 B(Star), R(0), 510 B(Star), R(0),
511 B(LdaUndefined), 511 B(LdaUndefined),
512 /* 185 S> */ B(Return), 512 /* 185 S> */ B(Return),
513 ] 513 ]
514 constant pool: [ 514 constant pool: [
515 ] 515 ]
516 handlers: [ 516 handlers: [
517 ] 517 ]
518 518
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698