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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ArrayLiteralsWide.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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 a = 1.23; 263 a = 1.23;
264 a = 1.23; 264 a = 1.23;
265 a = 1.23; 265 a = 1.23;
266 a = 1.23; 266 a = 1.23;
267 a = 1.23; 267 a = 1.23;
268 a = 1.23; 268 a = 1.23;
269 return [ 1 , 2 ]; 269 return [ 1 , 2 ];
270 " 270 "
271 frame size: 1 271 frame size: 1
272 parameter count: 1 272 parameter count: 1
273 bytecode array length: 1032 273 bytecode array length: 1033
274 bytecodes: [ 274 bytecodes: [
275 B(StackCheck), 275 B(StackCheck),
276 B(LdaConstant), U8(0), 276 B(LdaConstant), U8(0),
277 B(Star), R(0), 277 B(Star), R(0),
278 B(LdaConstant), U8(1), 278 B(LdaConstant), U8(1),
279 B(Star), R(0), 279 B(Star), R(0),
280 B(LdaConstant), U8(2), 280 B(LdaConstant), U8(2),
281 B(Star), R(0), 281 B(Star), R(0),
282 B(LdaConstant), U8(3), 282 B(LdaConstant), U8(3),
283 B(Star), R(0), 283 B(Star), R(0),
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 B(LdaConstant), U8(251), 778 B(LdaConstant), U8(251),
779 B(Star), R(0), 779 B(Star), R(0),
780 B(LdaConstant), U8(252), 780 B(LdaConstant), U8(252),
781 B(Star), R(0), 781 B(Star), R(0),
782 B(LdaConstant), U8(253), 782 B(LdaConstant), U8(253),
783 B(Star), R(0), 783 B(Star), R(0),
784 B(LdaConstant), U8(254), 784 B(LdaConstant), U8(254),
785 B(Star), R(0), 785 B(Star), R(0),
786 B(LdaConstant), U8(255), 786 B(LdaConstant), U8(255),
787 B(Star), R(0), 787 B(Star), R(0),
788 B(CreateArrayLiteralWide), U16(256), U16(0), U8(3), 788 B(Wide), B(CreateArrayLiteral), U16(256), U16(0), U8(3),
789 B(Return), 789 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