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

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

Issue 2489513005: [Interpreter] Remove all Ldr style bytecodes and replace with Star lookahead. (Closed)
Patch Set: Created 4 years, 1 month 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 class Person { 10 class Person {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 B(CreateClosure), U8(2), U8(2), 142 B(CreateClosure), U8(2), U8(2),
143 B(Star), R(5), 143 B(Star), R(5),
144 B(LdaSmi), U8(62), 144 B(LdaSmi), U8(62),
145 B(Star), R(6), 145 B(Star), R(6),
146 B(Wide), B(LdaSmi), U16(128), 146 B(Wide), B(LdaSmi), U16(128),
147 B(Star), R(7), 147 B(Star), R(7),
148 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4), 148 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4),
149 B(Star), R(4), 149 B(Star), R(4),
150 B(LdaNamedProperty), R(4), U8(3), U8(2), 150 B(LdaNamedProperty), R(4), U8(3), U8(2),
151 B(Star), R(5), 151 B(Star), R(5),
152 /* 75 E> */ B(LdaCurrentContextSlot), U8(4), 152 B(LdaCurrentContextSlot), U8(4),
153 B(ToName), R(7), 153 /* 75 E> */ B(ToName), R(7),
154 B(CreateClosure), U8(4), U8(2), 154 B(CreateClosure), U8(4), U8(2),
155 B(Star), R(8), 155 B(Star), R(8),
156 B(LdaSmi), U8(2), 156 B(LdaSmi), U8(2),
157 B(Star), R(9), 157 B(Star), R(9),
158 B(LdaSmi), U8(1), 158 B(LdaSmi), U8(1),
159 B(Star), R(10), 159 B(Star), R(10),
160 B(Mov), R(5), R(6), 160 B(Mov), R(5), R(6),
161 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5), 161 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5),
162 /* 106 E> */ B(LdaCurrentContextSlot), U8(5), 162 B(LdaCurrentContextSlot), U8(5),
163 B(ToName), R(7), 163 /* 106 E> */ B(ToName), R(7),
164 B(LdaConstant), U8(3), 164 B(LdaConstant), U8(3),
165 B(TestEqualStrict), R(7), U8(0), 165 B(TestEqualStrict), R(7), U8(0),
166 B(Mov), R(4), R(6), 166 B(Mov), R(4), R(6),
167 B(JumpIfToBooleanFalse), U8(7), 167 B(JumpIfToBooleanFalse), U8(7),
168 B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0), 168 B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
169 B(CreateClosure), U8(5), U8(2), 169 B(CreateClosure), U8(5), U8(2),
170 B(Star), R(8), 170 B(Star), R(8),
171 B(LdaSmi), U8(1), 171 B(LdaSmi), U8(1),
172 B(Star), R(10), 172 B(Star), R(10),
173 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5), 173 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5),
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 /* 94 E> */ B(New), R(2), R(0), U8(0), U8(4), 228 /* 94 E> */ B(New), R(2), R(0), U8(0), U8(4),
229 /* 103 S> */ B(Return), 229 /* 103 S> */ B(Return),
230 ] 230 ]
231 constant pool: [ 231 constant pool: [
232 SHARED_FUNCTION_INFO_TYPE, 232 SHARED_FUNCTION_INFO_TYPE,
233 ONE_BYTE_INTERNALIZED_STRING_TYPE ["prototype"], 233 ONE_BYTE_INTERNALIZED_STRING_TYPE ["prototype"],
234 ] 234 ]
235 handlers: [ 235 handlers: [
236 ] 236 ]
237 237
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698