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

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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 B(Jump), U8(18), 482 B(Jump), U8(18),
483 B(Wide), B(LdaSmi), U16(129), 483 B(Wide), B(LdaSmi), U16(129),
484 B(Star), R(10), 484 B(Star), R(10),
485 B(LdaConstant), U8(14), 485 B(LdaConstant), U8(14),
486 B(Star), R(11), 486 B(Star), R(11),
487 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 487 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
488 B(Throw), 488 B(Throw),
489 B(Mov), R(context), R(10), 489 B(Mov), R(context), R(10),
490 B(LdrContextSlot), R(1), U8(11), R(11), 490 B(LdrContextSlot), R(1), U8(11), R(11),
491 B(LdrContextSlot), R(1), U8(7), R(12), 491 B(LdrContextSlot), R(1), U8(7), R(12),
492 B(CallRuntime), U16(Runtime::k_Call), R(11), U8(2), 492 B(InvokeIntrinsic), U16(Runtime::k_Call), R(11), U8(2),
493 B(Jump), U8(29), 493 B(Jump), U8(29),
494 B(Star), R(12), 494 B(Star), R(12),
495 B(LdaConstant), U8(11), 495 B(LdaConstant), U8(11),
496 B(Star), R(11), 496 B(Star), R(11),
497 B(Mov), R(closure), R(13), 497 B(Mov), R(closure), R(13),
498 B(CallRuntime), U16(Runtime::kPushCatchContext), R(11), U8(3), 498 B(CallRuntime), U16(Runtime::kPushCatchContext), R(11), U8(3),
499 B(Star), R(10), 499 B(Star), R(10),
500 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0), 500 B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R (0), U8(0),
501 B(Ldar), R(10), 501 B(Ldar), R(10),
502 B(PushContext), R(2), 502 B(PushContext), R(2),
503 B(PopContext), R(2), 503 B(PopContext), R(2),
504 B(Jump), U8(40), 504 B(Jump), U8(40),
505 B(LdrContextSlot), R(1), U8(11), R(10), 505 B(LdrContextSlot), R(1), U8(11), R(10),
506 B(LdrContextSlot), R(1), U8(7), R(11), 506 B(LdrContextSlot), R(1), U8(7), R(11),
507 B(CallRuntime), U16(Runtime::k_Call), R(10), U8(2), 507 B(InvokeIntrinsic), U16(Runtime::k_Call), R(10), U8(2),
508 B(StaContextSlot), R(1), U8(12), 508 B(StaContextSlot), R(1), U8(12),
509 B(LdrContextSlot), R(1), U8(12), R(10), 509 B(LdrContextSlot), R(1), U8(12), R(10),
510 B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(10), U8(1), 510 B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(10), U8(1),
511 B(JumpIfToBooleanFalse), U8(4), 511 B(JumpIfToBooleanFalse), U8(4),
512 B(Jump), U8(11), 512 B(Jump), U8(11),
513 B(LdrContextSlot), R(1), U8(12), R(10), 513 B(LdrContextSlot), R(1), U8(12), R(10),
514 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (10), U8(1), 514 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (10), U8(1),
515 B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(9 ), U8(1), 515 B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(9 ), U8(1),
516 B(LdaZero), 516 B(LdaZero),
517 B(TestEqualStrict), R(7), 517 B(TestEqualStrict), R(7),
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 kInstanceTypeDontCare, 600 kInstanceTypeDontCare,
601 kInstanceTypeDontCare, 601 kInstanceTypeDontCare,
602 ] 602 ]
603 handlers: [ 603 handlers: [
604 [44, 698, 704], 604 [44, 698, 704],
605 [154, 449, 455], 605 [154, 449, 455],
606 [157, 403, 405], 606 [157, 403, 405],
607 [552, 565, 567], 607 [552, 565, 567],
608 ] 608 ]
609 609
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | test/cctest/interpreter/test-interpreter-intrinsics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698