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

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

Issue 2189463006: [interpreter] Put object in register for ToObject/ForInPrepare (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix tests 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 var x153; 1080 var x153;
1081 var x154; 1081 var x154;
1082 var x155; 1082 var x155;
1083 var x156; 1083 var x156;
1084 var x0 = 1234; 1084 var x0 = 1234;
1085 var x1 = 0; 1085 var x1 = 0;
1086 for (x128 in x0) { x1 += x128;}return x1; 1086 for (x128 in x0) { x1 += x128;}return x1;
1087 " 1087 "
1088 frame size: 163 1088 frame size: 163
1089 parameter count: 1 1089 parameter count: 1
1090 bytecode array length: 82 1090 bytecode array length: 83
1091 bytecodes: [ 1091 bytecodes: [
1092 /* 30 E> */ B(StackCheck), 1092 /* 30 E> */ B(StackCheck),
1093 /* 1503 S> */ B(Wide), B(LdaSmi), U16(1234), 1093 /* 1503 S> */ B(Wide), B(LdaSmi), U16(1234),
1094 B(Star), R(0), 1094 B(Star), R(0),
1095 /* 1518 S> */ B(LdaZero), 1095 /* 1518 S> */ B(LdaZero),
1096 B(Star), R(1), 1096 B(Star), R(1),
1097 /* 1534 S> */ B(Ldar), R(0), 1097 /* 1534 S> */ B(Ldar), R(0),
1098 B(JumpIfUndefined), U8(67), 1098 B(JumpIfUndefined), U8(68),
1099 B(JumpIfNull), U8(65), 1099 B(JumpIfNull), U8(66),
1100 B(ToObject), 1100 B(Wide), B(ToObject), R16(157),
1101 B(Wide), B(ForInPrepare), R16(158), 1101 B(Wide), B(ForInPrepare), R16(157), R16(158),
1102 B(Wide), B(Star), R16(157),
1103 B(LdaZero), 1102 B(LdaZero),
1104 B(Wide), B(Star), R16(161), 1103 B(Wide), B(Star), R16(161),
1105 /* 1526 S> */ B(Wide), B(ForInDone), R16(161), R16(160), 1104 /* 1526 S> */ B(Wide), B(ForInDone), R16(161), R16(160),
1106 B(JumpIfTrue), U8(43), 1105 B(JumpIfTrue), U8(43),
1107 B(Wide), B(ForInNext), R16(157), R16(161), R16(158), U16(1), 1106 B(Wide), B(ForInNext), R16(157), R16(161), R16(158), U16(1),
1108 B(JumpIfUndefined), U8(21), 1107 B(JumpIfUndefined), U8(21),
1109 B(Wide), B(Star), R16(128), 1108 B(Wide), B(Star), R16(128),
1110 /* 1521 E> */ B(StackCheck), 1109 /* 1521 E> */ B(StackCheck),
1111 /* 1541 S> */ B(Wide), B(Ldar), R16(128), 1110 /* 1541 S> */ B(Wide), B(Ldar), R16(128),
1112 /* 1547 E> */ B(Add), R(1), 1111 /* 1547 E> */ B(Add), R(1),
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 B(Star), R(1), 1301 B(Star), R(1),
1303 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0), 1302 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0),
1304 /* 1549 S> */ B(Ldar), R(1), 1303 /* 1549 S> */ B(Ldar), R(1),
1305 /* 1560 S> */ B(Return), 1304 /* 1560 S> */ B(Return),
1306 ] 1305 ]
1307 constant pool: [ 1306 constant pool: [
1308 ] 1307 ]
1309 handlers: [ 1308 handlers: [
1310 ] 1309 ]
1311 1310
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698