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

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

Issue 2007023003: [interpreter] Address naming inconsistencies in bytecodes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0056-register-only
Patch Set: Rebase. Created 4 years, 6 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 bytecode array length: 26 62 bytecode array length: 26
63 bytecodes: [ 63 bytecodes: [
64 /* 30 E> */ B(StackCheck), 64 /* 30 E> */ B(StackCheck),
65 /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), 65 /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
66 B(Star), R(1), 66 B(Star), R(1),
67 B(Star), R(0), 67 B(Star), R(0),
68 /* 54 S> */ B(Star), R(1), 68 /* 54 S> */ B(Star), R(1),
69 B(LdrNamedProperty), R(1), U8(1), U8(1), R(2), 69 B(LdrNamedProperty), R(1), U8(1), U8(1), R(2),
70 B(LdaSmi), U8(2), 70 B(LdaSmi), U8(2),
71 B(Mul), R(2), 71 B(Mul), R(2),
72 /* 61 E> */ B(StoreICSloppy), R(1), U8(1), U8(3), 72 /* 61 E> */ B(StaNamedPropertySloppy), R(1), U8(1), U8(3),
73 B(LdaUndefined), 73 B(LdaUndefined),
74 /* 67 S> */ B(Return), 74 /* 67 S> */ B(Return),
75 ] 75 ]
76 constant pool: [ 76 constant pool: [
77 InstanceType::FIXED_ARRAY_TYPE, 77 InstanceType::FIXED_ARRAY_TYPE,
78 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 78 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
79 ] 79 ]
80 handlers: [ 80 handlers: [
81 ] 81 ]
82 82
83 --- 83 ---
84 snippet: " 84 snippet: "
85 var a = { 1: 2 }; a[1] ^= 2; 85 var a = { 1: 2 }; a[1] ^= 2;
86 " 86 "
87 frame size: 4 87 frame size: 4
88 parameter count: 1 88 parameter count: 1
89 bytecode array length: 29 89 bytecode array length: 29
90 bytecodes: [ 90 bytecodes: [
91 /* 30 E> */ B(StackCheck), 91 /* 30 E> */ B(StackCheck),
92 /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), 92 /* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
93 B(Star), R(1), 93 B(Star), R(1),
94 B(Star), R(0), 94 B(Star), R(0),
95 /* 52 S> */ B(Star), R(1), 95 /* 52 S> */ B(Star), R(1),
96 B(LdaSmi), U8(1), 96 B(LdaSmi), U8(1),
97 B(Star), R(2), 97 B(Star), R(2),
98 B(LdrKeyedProperty), R(1), U8(1), R(3), 98 B(LdrKeyedProperty), R(1), U8(1), R(3),
99 B(LdaSmi), U8(2), 99 B(LdaSmi), U8(2),
100 B(BitwiseXor), R(3), 100 B(BitwiseXor), R(3),
101 /* 57 E> */ B(KeyedStoreICSloppy), R(1), R(2), U8(3), 101 /* 57 E> */ B(StaKeyedPropertySloppy), R(1), R(2), U8(3),
102 B(LdaUndefined), 102 B(LdaUndefined),
103 /* 63 S> */ B(Return), 103 /* 63 S> */ B(Return),
104 ] 104 ]
105 constant pool: [ 105 constant pool: [
106 InstanceType::FIXED_ARRAY_TYPE, 106 InstanceType::FIXED_ARRAY_TYPE,
107 ] 107 ]
108 handlers: [ 108 handlers: [
109 ] 109 ]
110 110
111 --- 111 ---
(...skipping 16 matching lines...) Expand all
128 /* 77 E> */ B(StaContextSlot), R(context), U8(4), 128 /* 77 E> */ B(StaContextSlot), R(context), U8(4),
129 B(LdaUndefined), 129 B(LdaUndefined),
130 /* 84 S> */ B(Return), 130 /* 84 S> */ B(Return),
131 ] 131 ]
132 constant pool: [ 132 constant pool: [
133 InstanceType::SHARED_FUNCTION_INFO_TYPE, 133 InstanceType::SHARED_FUNCTION_INFO_TYPE,
134 ] 134 ]
135 handlers: [ 135 handlers: [
136 ] 136 ]
137 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698