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

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

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (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
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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 /* 2551 S> */ B(LdaConstant), U8(251), 778 /* 2551 S> */ B(LdaConstant), U8(251),
779 B(Star), R(0), 779 B(Star), R(0),
780 /* 2561 S> */ B(LdaConstant), U8(252), 780 /* 2561 S> */ B(LdaConstant), U8(252),
781 B(Star), R(0), 781 B(Star), R(0),
782 /* 2571 S> */ B(LdaConstant), U8(253), 782 /* 2571 S> */ B(LdaConstant), U8(253),
783 B(Star), R(0), 783 B(Star), R(0),
784 /* 2581 S> */ B(LdaConstant), U8(254), 784 /* 2581 S> */ B(LdaConstant), U8(254),
785 B(Star), R(0), 785 B(Star), R(0),
786 /* 2591 S> */ B(LdaConstant), U8(255), 786 /* 2591 S> */ B(LdaConstant), U8(255),
787 B(Star), R(0), 787 B(Star), R(0),
788 /* 2601 S> */ B(Wide), B(CreateArrayLiteral), U16(256), U16(0), U8(3), 788 /* 2601 S> */ B(Wide), B(CreateArrayLiteral), U16(256), U16(0), U8(1),
789 /* 2619 S> */ B(Return), 789 /* 2619 S> */ B(Return),
790 ] 790 ]
791 constant pool: [ 791 constant pool: [
792 InstanceType::HEAP_NUMBER_TYPE, 792 InstanceType::HEAP_NUMBER_TYPE,
793 InstanceType::HEAP_NUMBER_TYPE, 793 InstanceType::HEAP_NUMBER_TYPE,
794 InstanceType::HEAP_NUMBER_TYPE, 794 InstanceType::HEAP_NUMBER_TYPE,
795 InstanceType::HEAP_NUMBER_TYPE, 795 InstanceType::HEAP_NUMBER_TYPE,
796 InstanceType::HEAP_NUMBER_TYPE, 796 InstanceType::HEAP_NUMBER_TYPE,
797 InstanceType::HEAP_NUMBER_TYPE, 797 InstanceType::HEAP_NUMBER_TYPE,
798 InstanceType::HEAP_NUMBER_TYPE, 798 InstanceType::HEAP_NUMBER_TYPE,
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 InstanceType::HEAP_NUMBER_TYPE, 1043 InstanceType::HEAP_NUMBER_TYPE,
1044 InstanceType::HEAP_NUMBER_TYPE, 1044 InstanceType::HEAP_NUMBER_TYPE,
1045 InstanceType::HEAP_NUMBER_TYPE, 1045 InstanceType::HEAP_NUMBER_TYPE,
1046 InstanceType::HEAP_NUMBER_TYPE, 1046 InstanceType::HEAP_NUMBER_TYPE,
1047 InstanceType::HEAP_NUMBER_TYPE, 1047 InstanceType::HEAP_NUMBER_TYPE,
1048 InstanceType::FIXED_ARRAY_TYPE, 1048 InstanceType::FIXED_ARRAY_TYPE,
1049 ] 1049 ]
1050 handlers: [ 1050 handlers: [
1051 ] 1051 ]
1052 1052
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698