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

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

Issue 2165953002: [interpreter] Add a register operand to ToNumber (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: comments Created 4 years, 4 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 var x = 0.4; 322 var x = 0.4;
323 var x = 0.4; 323 var x = 0.4;
324 for (var i = 0; i < 3; i++) { 324 for (var i = 0; i < 3; i++) {
325 if (i == 1) continue; 325 if (i == 1) continue;
326 if (i == 2) break; 326 if (i == 2) break;
327 } 327 }
328 return 3; 328 return 3;
329 " 329 "
330 frame size: 3 330 frame size: 3
331 parameter count: 1 331 parameter count: 1
332 bytecode array length: 1410 332 bytecode array length: 1409
333 bytecodes: [ 333 bytecodes: [
334 /* 30 E> */ B(StackCheck), 334 /* 30 E> */ B(StackCheck),
335 /* 42 S> */ B(LdaConstant), U8(0), 335 /* 42 S> */ B(LdaConstant), U8(0),
336 B(Star), R(0), 336 B(Star), R(0),
337 /* 55 S> */ B(LdaConstant), U8(1), 337 /* 55 S> */ B(LdaConstant), U8(1),
338 B(Star), R(0), 338 B(Star), R(0),
339 /* 68 S> */ B(LdaConstant), U8(2), 339 /* 68 S> */ B(LdaConstant), U8(2),
340 B(Star), R(0), 340 B(Star), R(0),
341 /* 81 S> */ B(LdaConstant), U8(3), 341 /* 81 S> */ B(LdaConstant), U8(3),
342 B(Star), R(0), 342 B(Star), R(0),
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 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(37),
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(12),
973 /* 4114 S> */ B(Ldar), R(1), 973 /* 4114 S> */ B(Ldar), R(1),
974 B(ToNumber), 974 B(ToNumber), R(2),
975 B(Star), R(2),
976 B(Inc), 975 B(Inc),
977 B(Star), R(1), 976 B(Star), R(1),
978 B(Jump), U8(-41), 977 B(Jump), U8(-40),
979 /* 4167 S> */ B(LdaSmi), U8(3), 978 /* 4167 S> */ B(LdaSmi), U8(3),
980 /* 4177 S> */ B(Return), 979 /* 4177 S> */ B(Return),
981 ] 980 ]
982 constant pool: [ 981 constant pool: [
983 0.1, 982 0.1,
984 0.1, 983 0.1,
985 0.1, 984 0.1,
986 0.1, 985 0.1,
987 0.1, 986 0.1,
988 0.1, 987 0.1,
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 0.4, 1288 0.4,
1290 0.4, 1289 0.4,
1291 0.4, 1290 0.4,
1292 0.4, 1291 0.4,
1293 0.4, 1292 0.4,
1294 0.4, 1293 0.4,
1295 ] 1294 ]
1296 handlers: [ 1295 handlers: [
1297 ] 1296 ]
1298 1297
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698