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

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

Issue 2019433003: [Interpreter] Add intrinsic for Runtime::kInlineCall. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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: no 8 wrap: no
9 test function name: f 9 test function name: f
10 ignition generators: yes 10 ignition generators: yes
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 B(Jump), U8(18), 485 B(Jump), U8(18),
486 B(Wide), B(LdaSmi), U16(129), 486 B(Wide), B(LdaSmi), U16(129),
487 B(Star), R(10), 487 B(Star), R(10),
488 B(LdaConstant), U8(14), 488 B(LdaConstant), U8(14),
489 B(Star), R(11), 489 B(Star), R(11),
490 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 490 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
491 B(Throw), 491 B(Throw),
492 B(Mov), R(context), R(10), 492 B(Mov), R(context), R(10),
493 B(LdrContextSlot), R(1), U8(11), R(11), 493 B(LdrContextSlot), R(1), U8(11), R(11),
494 B(LdrContextSlot), R(1), U8(7), R(12), 494 B(LdrContextSlot), R(1), U8(7), R(12),
495 B(CallRuntime), U16(Runtime::k_Call), R(11), U8(2), 495 B(InvokeIntrinsic), U16(Runtime::k_Call), R(11), U8(2),
496 B(Jump), U8(30), 496 B(Jump), U8(30),
497 B(Star), R(12), 497 B(Star), R(12),
498 B(LdaConstant), U8(11), 498 B(LdaConstant), U8(11),
499 B(Star), R(11), 499 B(Star), R(11),
500 B(Ldar), R(closure), 500 B(Ldar), R(closure),
501 B(Star), R(13), 501 B(Star), R(13),
502 B(CallRuntime), U16(Runtime::kPushCatchContext), R(11), U8(3), 502 B(CallRuntime), U16(Runtime::kPushCatchContext), R(11), U8(3),
503 B(Star), R(10), 503 B(Star), R(10),
504 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0), 504 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0),
505 B(Ldar), R(10), 505 B(Ldar), R(10),
506 B(PushContext), R(2), 506 B(PushContext), R(2),
507 B(PopContext), R(2), 507 B(PopContext), R(2),
508 B(Jump), U8(40), 508 B(Jump), U8(40),
509 B(LdrContextSlot), R(1), U8(11), R(10), 509 B(LdrContextSlot), R(1), U8(11), R(10),
510 B(LdrContextSlot), R(1), U8(7), R(11), 510 B(LdrContextSlot), R(1), U8(7), R(11),
511 B(CallRuntime), U16(Runtime::k_Call), R(10), U8(2), 511 B(InvokeIntrinsic), U16(Runtime::k_Call), R(10), U8(2),
512 B(StaContextSlot), R(1), U8(12), 512 B(StaContextSlot), R(1), U8(12),
513 B(LdrContextSlot), R(1), U8(12), R(10), 513 B(LdrContextSlot), R(1), U8(12), R(10),
514 B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(10), U8(1), 514 B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(10), U8(1),
515 B(JumpIfToBooleanFalse), U8(4), 515 B(JumpIfToBooleanFalse), U8(4),
516 B(Jump), U8(11), 516 B(Jump), U8(11),
517 B(LdrContextSlot), R(1), U8(12), R(10), 517 B(LdrContextSlot), R(1), U8(12), R(10),
518 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (10), U8(1), 518 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (10), U8(1),
519 B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(9 ), U8(1), 519 B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(9 ), U8(1),
520 B(LdaZero), 520 B(LdaZero),
521 B(TestEqualStrict), R(7), 521 B(TestEqualStrict), R(7),
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 kInstanceTypeDontCare, 607 kInstanceTypeDontCare,
608 kInstanceTypeDontCare, 608 kInstanceTypeDontCare,
609 ] 609 ]
610 handlers: [ 610 handlers: [
611 [44, 703, 709], 611 [44, 703, 709],
612 [154, 451, 457], 612 [154, 451, 457],
613 [157, 404, 406], 613 [157, 404, 406],
614 [554, 567, 569], 614 [554, 567, 569],
615 ] 615 ]
616 616
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698