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

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

Issue 2294913006: [Interpreter] Enable allocation site mementos in CreateArrayLiterals. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 snippet: " 251 snippet: "
252 var idx = 1; var a = [1, 2]; return a[idx++] = 2; 252 var idx = 1; var a = [1, 2]; return a[idx++] = 2;
253 " 253 "
254 frame size: 4 254 frame size: 4
255 parameter count: 1 255 parameter count: 1
256 bytecode array length: 26 256 bytecode array length: 26
257 bytecodes: [ 257 bytecodes: [
258 /* 30 E> */ B(StackCheck), 258 /* 30 E> */ B(StackCheck),
259 /* 44 S> */ B(LdaSmi), U8(1), 259 /* 44 S> */ B(LdaSmi), U8(1),
260 B(Star), R(0), 260 B(Star), R(0),
261 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(3), 261 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(1),
262 B(Star), R(1), 262 B(Star), R(1),
263 /* 63 S> */ B(Ldar), R(0), 263 /* 63 S> */ B(Ldar), R(0),
264 B(ToNumber), R(3), 264 B(ToNumber), R(3),
265 B(Inc), U8(1), 265 B(Inc), U8(1),
266 B(Star), R(0), 266 B(Star), R(0),
267 B(LdaSmi), U8(2), 267 B(LdaSmi), U8(2),
268 /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(2), 268 /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(2),
269 /* 84 S> */ B(Return), 269 /* 84 S> */ B(Return),
270 ] 270 ]
271 constant pool: [ 271 constant pool: [
272 InstanceType::FIXED_ARRAY_TYPE, 272 InstanceType::FIXED_ARRAY_TYPE,
273 ] 273 ]
274 handlers: [ 274 handlers: [
275 ] 275 ]
276 276
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698