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

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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type 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
7 execute: yes 6 execute: yes
8 wrap: yes 7 wrap: yes
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 var x = 0; 11 var x = 0;
13 while (false) { x = 99; break; continue; } 12 while (false) { x = 99; break; continue; }
14 return x; 13 return x;
15 " 14 "
16 frame size: 1 15 frame size: 1
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 B(Star), R(5), 718 B(Star), R(5),
720 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1), 719 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1),
721 B(Ldar), R(4), 720 B(Ldar), R(4),
722 B(StaContextSlot), R(context), U8(4), 721 B(StaContextSlot), R(context), U8(4),
723 B(PopContext), R(3), 722 B(PopContext), R(3),
724 B(Jump), U8(-89), 723 B(Jump), U8(-89),
725 B(LdaUndefined), 724 B(LdaUndefined),
726 /* 137 S> */ B(Return), 725 /* 137 S> */ B(Return),
727 ] 726 ]
728 constant pool: [ 727 constant pool: [
729 InstanceType::FIXED_ARRAY_TYPE, 728 FIXED_ARRAY_TYPE,
730 InstanceType::SHARED_FUNCTION_INFO_TYPE, 729 SHARED_FUNCTION_INFO_TYPE,
731 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 730 ONE_BYTE_INTERNALIZED_STRING_TYPE ["z"],
732 ] 731 ]
733 handlers: [ 732 handlers: [
734 ] 733 ]
735 734
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698