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

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

Issue 2341743003: [interpreter] Inline FastCloneShallowArrayStub into bytecode handler (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 execute: yes 6 execute: yes
7 wrap: yes 7 wrap: yes
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 snippet: " 250 snippet: "
251 var idx = 1; var a = [1, 2]; return a[idx++] = 2; 251 var idx = 1; var a = [1, 2]; return a[idx++] = 2;
252 " 252 "
253 frame size: 4 253 frame size: 4
254 parameter count: 1 254 parameter count: 1
255 bytecode array length: 26 255 bytecode array length: 26
256 bytecodes: [ 256 bytecodes: [
257 /* 30 E> */ B(StackCheck), 257 /* 30 E> */ B(StackCheck),
258 /* 44 S> */ B(LdaSmi), U8(1), 258 /* 44 S> */ B(LdaSmi), U8(1),
259 B(Star), R(0), 259 B(Star), R(0),
260 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(1), 260 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(9),
261 B(Star), R(1), 261 B(Star), R(1),
262 /* 63 S> */ B(Ldar), R(0), 262 /* 63 S> */ B(Ldar), R(0),
263 B(ToNumber), R(3), 263 B(ToNumber), R(3),
264 B(Inc), U8(2), 264 B(Inc), U8(2),
265 B(Star), R(0), 265 B(Star), R(0),
266 B(LdaSmi), U8(2), 266 B(LdaSmi), U8(2),
267 /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(3), 267 /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(3),
268 /* 84 S> */ B(Return), 268 /* 84 S> */ B(Return),
269 ] 269 ]
270 constant pool: [ 270 constant pool: [
271 FIXED_ARRAY_TYPE, 271 FIXED_ARRAY_TYPE,
272 ] 272 ]
273 handlers: [ 273 handlers: [
274 ] 274 ]
275 275
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698