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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ForIn.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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 B(LdaZero), 169 B(LdaZero),
170 B(Star), R(5), 170 B(Star), R(5),
171 /* 68 S> */ B(ForInDone), R(5), R(4), 171 /* 68 S> */ B(ForInDone), R(5), R(4),
172 B(JumpIfTrue), U8(62), 172 B(JumpIfTrue), U8(62),
173 B(ForInNext), R(1), R(5), R(2), U8(9), 173 B(ForInNext), R(1), R(5), R(2), U8(9),
174 B(JumpIfUndefined), U8(49), 174 B(JumpIfUndefined), U8(49),
175 B(Star), R(6), 175 B(Star), R(6),
176 /* 67 E> */ B(Ldar), R(0), 176 /* 67 E> */ B(Ldar), R(0),
177 B(Star), R(7), 177 B(Star), R(7),
178 B(Ldar), R(6), 178 B(Ldar), R(6),
179 B(StoreICSloppy), R(7), U8(2), U8(7), 179 B(StaNamedPropertySloppy), R(7), U8(2), U8(7),
180 /* 62 E> */ B(StackCheck), 180 /* 62 E> */ B(StackCheck),
181 /* 95 S> */ B(Ldar), R(0), 181 /* 95 S> */ B(Ldar), R(0),
182 B(Star), R(6), 182 B(Star), R(6),
183 /* 100 E> */ B(LdrNamedProperty), R(6), U8(2), U8(3), R(7), 183 /* 100 E> */ B(LdrNamedProperty), R(6), U8(2), U8(3), R(7),
184 B(LdaSmi), U8(10), 184 B(LdaSmi), U8(10),
185 /* 106 E> */ B(TestEqual), R(7), 185 /* 106 E> */ B(TestEqual), R(7),
186 B(JumpIfFalse), U8(4), 186 B(JumpIfFalse), U8(4),
187 /* 113 S> */ B(Jump), U8(19), 187 /* 113 S> */ B(Jump), U8(19),
188 /* 125 S> */ B(Ldar), R(0), 188 /* 125 S> */ B(Ldar), R(0),
189 B(Star), R(6), 189 B(Star), R(6),
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 /* 65 S> */ B(ForInDone), R(5), R(4), 229 /* 65 S> */ B(ForInDone), R(5), R(4),
230 B(JumpIfTrue), U8(41), 230 B(JumpIfTrue), U8(41),
231 B(ForInNext), R(1), R(5), R(2), U8(7), 231 B(ForInNext), R(1), R(5), R(2), U8(7),
232 B(JumpIfUndefined), U8(28), 232 B(JumpIfUndefined), U8(28),
233 B(Star), R(6), 233 B(Star), R(6),
234 /* 64 E> */ B(Ldar), R(0), 234 /* 64 E> */ B(Ldar), R(0),
235 B(Star), R(7), 235 B(Star), R(7),
236 B(LdaZero), 236 B(LdaZero),
237 B(Star), R(8), 237 B(Star), R(8),
238 B(Ldar), R(6), 238 B(Ldar), R(6),
239 B(KeyedStoreICSloppy), R(7), R(8), U8(5), 239 B(StaKeyedPropertySloppy), R(7), R(8), U8(5),
240 /* 59 E> */ B(StackCheck), 240 /* 59 E> */ B(StackCheck),
241 /* 83 S> */ B(Ldar), R(0), 241 /* 83 S> */ B(Ldar), R(0),
242 B(Star), R(6), 242 B(Star), R(6),
243 /* 91 E> */ B(LdaSmi), U8(3), 243 /* 91 E> */ B(LdaSmi), U8(3),
244 B(KeyedLoadIC), R(6), U8(3), 244 B(LdaKeyedProperty), R(6), U8(3),
245 /* 98 S> */ B(Return), 245 /* 98 S> */ B(Return),
246 B(ForInStep), R(5), 246 B(ForInStep), R(5),
247 B(Star), R(5), 247 B(Star), R(5),
248 B(Jump), U8(-42), 248 B(Jump), U8(-42),
249 B(LdaUndefined), 249 B(LdaUndefined),
250 /* 98 S> */ B(Return), 250 /* 98 S> */ B(Return),
251 ] 251 ]
252 constant pool: [ 252 constant pool: [
253 InstanceType::FIXED_ARRAY_TYPE, 253 InstanceType::FIXED_ARRAY_TYPE,
254 InstanceType::FIXED_ARRAY_TYPE, 254 InstanceType::FIXED_ARRAY_TYPE,
255 ] 255 ]
256 handlers: [ 256 handlers: [
257 ] 257 ]
258 258
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698