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

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

Issue 2557173004: [Interpreter] Allocate registers used as call arguments on-demand. (Closed)
Patch Set: Created 4 years 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: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 B(LdaSmi), U8(-2), 355 B(LdaSmi), U8(-2),
356 B(TestEqual), R(3), U8(0), 356 B(TestEqual), R(3), U8(0),
357 B(JumpIfTrue), U8(18), 357 B(JumpIfTrue), U8(18),
358 B(LdaSmi), U8(1), 358 B(LdaSmi), U8(1),
359 B(TestEqualStrict), R(3), U8(0), 359 B(TestEqualStrict), R(3), U8(0),
360 B(JumpIfTrueConstant), U8(8), 360 B(JumpIfTrueConstant), U8(8),
361 B(LdaSmi), U8(78), 361 B(LdaSmi), U8(78),
362 B(Star), R(11), 362 B(Star), R(11),
363 B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1), 363 B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1),
364 /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0), 364 /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
365 B(Star), R(13),
366 B(LdaNamedProperty), R(13), U8(4), U8(8),
367 B(Star), R(12), 365 B(Star), R(12),
368 /* 27 E> */ B(CallProperty), R(12), R(13), U8(1), U8(6), 366 B(LdaNamedProperty), R(12), U8(4), U8(8),
367 B(Star), R(11),
368 /* 27 E> */ B(CallProperty), R(11), R(12), U8(1), U8(6),
369 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0), 369 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
370 B(Star), R(11), 370 B(Star), R(11),
371 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1), 371 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1),
372 B(ToBooleanLogicalNot), 372 B(ToBooleanLogicalNot),
373 B(JumpIfFalse), U8(13), 373 B(JumpIfFalse), U8(13),
374 B(LdaContextSlot), R(1), U8(8), U8(0), 374 B(LdaContextSlot), R(1), U8(8), U8(0),
375 B(Star), R(11), 375 B(Star), R(11),
376 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (11), U8(1), 376 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (11), U8(1),
377 B(LdaContextSlot), R(1), U8(8), U8(0), 377 B(LdaContextSlot), R(1), U8(8), U8(0),
378 B(Star), R(11), 378 B(Star), R(11),
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 Smi [159], 623 Smi [159],
624 Smi [585], 624 Smi [585],
625 ] 625 ]
626 handlers: [ 626 handlers: [
627 [46, 694, 700], 627 [46, 694, 700],
628 [143, 444, 450], 628 [143, 444, 450],
629 [146, 400, 402], 629 [146, 400, 402],
630 [546, 562, 564], 630 [546, 562, 564],
631 ] 631 ]
632 632
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698