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

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

Issue 2111923002: [interpreter] Introduce binary op bytecodes for Smi operand. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 5 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ] 69 ]
70 handlers: [ 70 handlers: [
71 ] 71 ]
72 72
73 --- 73 ---
74 snippet: " 74 snippet: "
75 var a = 1; return { val: a, val: a + 1 }; 75 var a = 1; return { val: a, val: a + 1 };
76 " 76 "
77 frame size: 2 77 frame size: 2
78 parameter count: 1 78 parameter count: 1
79 bytecode array length: 22 79 bytecode array length: 21
80 bytecodes: [ 80 bytecodes: [
81 /* 30 E> */ B(StackCheck), 81 /* 30 E> */ B(StackCheck),
82 /* 42 S> */ B(LdaSmi), U8(1), 82 /* 42 S> */ B(LdaSmi), U8(1),
83 B(Star), R(0), 83 B(Star), R(0),
84 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), 84 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
85 B(Star), R(1), 85 B(Star), R(1),
86 B(LdaSmi), U8(1), 86 /* 67 E> */ B(AddSmi), U8(1), R(0),
87 /* 67 E> */ B(Add), R(0),
88 B(StaNamedPropertySloppy), R(1), U8(1), U8(1), 87 B(StaNamedPropertySloppy), R(1), U8(1), U8(1),
89 B(Ldar), R(1), 88 B(Ldar), R(1),
90 /* 76 S> */ B(Return), 89 /* 76 S> */ B(Return),
91 ] 90 ]
92 constant pool: [ 91 constant pool: [
93 InstanceType::FIXED_ARRAY_TYPE, 92 InstanceType::FIXED_ARRAY_TYPE,
94 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 93 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
95 ] 94 ]
96 handlers: [ 95 handlers: [
97 ] 96 ]
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 449 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
451 InstanceType::FIXED_ARRAY_TYPE, 450 InstanceType::FIXED_ARRAY_TYPE,
452 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 451 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
453 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 452 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
454 InstanceType::SHARED_FUNCTION_INFO_TYPE, 453 InstanceType::SHARED_FUNCTION_INFO_TYPE,
455 InstanceType::SHARED_FUNCTION_INFO_TYPE, 454 InstanceType::SHARED_FUNCTION_INFO_TYPE,
456 ] 455 ]
457 handlers: [ 456 handlers: [
458 ] 457 ]
459 458
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698