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

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

Issue 2038323002: [interpreter] Filter expression positions at source. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing
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: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 B(Star), R(0), 950 B(Star), R(0),
951 /* 4046 S> */ B(Wide), B(LdaConstant), U16(308), 951 /* 4046 S> */ B(Wide), B(LdaConstant), U16(308),
952 B(Star), R(0), 952 B(Star), R(0),
953 /* 4059 S> */ B(Wide), B(LdaConstant), U16(309), 953 /* 4059 S> */ B(Wide), B(LdaConstant), U16(309),
954 B(Star), R(0), 954 B(Star), R(0),
955 /* 4072 S> */ B(Wide), B(LdaConstant), U16(310), 955 /* 4072 S> */ B(Wide), B(LdaConstant), U16(310),
956 B(Star), R(0), 956 B(Star), R(0),
957 /* 4085 S> */ B(Wide), B(LdaConstant), U16(311), 957 /* 4085 S> */ B(Wide), B(LdaConstant), U16(311),
958 B(Star), R(0), 958 B(Star), R(0),
959 /* 4103 S> */ B(LdaZero), 959 /* 4103 S> */ B(LdaZero),
960 /* 4103 E> */ B(Star), R(1), 960 B(Star), R(1),
961 /* 4108 S> */ B(LdaSmi), U8(3), 961 /* 4108 S> */ B(LdaSmi), U8(3),
962 /* 4108 E> */ B(TestLessThan), R(1), 962 /* 4108 E> */ B(TestLessThan), R(1),
963 B(Wide), B(JumpIfFalse), U16(38), 963 B(Wide), B(JumpIfFalse), U16(38),
964 /* 4090 E> */ B(StackCheck), 964 /* 4090 E> */ B(StackCheck),
965 /* 4122 S> */ B(LdaSmi), U8(1), 965 /* 4122 S> */ B(LdaSmi), U8(1),
966 /* 4128 E> */ B(TestEqual), R(1), 966 /* 4128 E> */ B(TestEqual), R(1),
967 B(Wide), B(JumpIfFalse), U16(7), 967 B(Wide), B(JumpIfFalse), U16(7),
968 /* 4134 S> */ B(Wide), B(Jump), U16(15), 968 /* 4134 S> */ B(Wide), B(Jump), U16(15),
969 /* 4146 S> */ B(LdaSmi), U8(2), 969 /* 4146 S> */ B(LdaSmi), U8(2),
970 /* 4152 E> */ B(TestEqual), R(1), 970 /* 4152 E> */ B(TestEqual), R(1),
971 B(Wide), B(JumpIfFalse), U16(7), 971 B(Wide), B(JumpIfFalse), U16(7),
972 /* 4158 S> */ B(Wide), B(Jump), U16(13), 972 /* 4158 S> */ B(Wide), B(Jump), U16(13),
973 /* 4114 S> */ B(Ldar), R(1), 973 /* 4114 S> */ B(Ldar), R(1),
974 B(ToNumber), 974 B(ToNumber),
975 B(Star), R(2), 975 B(Star), R(2),
976 B(Inc), 976 B(Inc),
977 /* 4114 E> */ B(Star), R(1), 977 B(Star), R(1),
978 B(Jump), U8(-41), 978 B(Jump), U8(-41),
979 /* 4167 S> */ B(LdaSmi), U8(3), 979 /* 4167 S> */ B(LdaSmi), U8(3),
980 /* 4177 S> */ B(Return), 980 /* 4177 S> */ B(Return),
981 ] 981 ]
982 constant pool: [ 982 constant pool: [
983 0.1, 983 0.1,
984 0.1, 984 0.1,
985 0.1, 985 0.1,
986 0.1, 986 0.1,
987 0.1, 987 0.1,
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 0.4, 1289 0.4,
1290 0.4, 1290 0.4,
1291 0.4, 1291 0.4,
1292 0.4, 1292 0.4,
1293 0.4, 1293 0.4,
1294 0.4, 1294 0.4,
1295 ] 1295 ]
1296 handlers: [ 1296 handlers: [
1297 ] 1297 ]
1298 1298
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698