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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/WideRegisters.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: number
7 execute: yes 6 execute: yes
8 wrap: yes 7 wrap: yes
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 var x0; 11 var x0;
13 var x1; 12 var x1;
14 var x2; 13 var x2;
15 var x3; 14 var x3;
16 var x4; 15 var x4;
(...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 B(Star), R(1), 1300 B(Star), R(1),
1302 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0), 1301 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0),
1303 /* 1549 S> */ B(Ldar), R(1), 1302 /* 1549 S> */ B(Ldar), R(1),
1304 /* 1560 S> */ B(Return), 1303 /* 1560 S> */ B(Return),
1305 ] 1304 ]
1306 constant pool: [ 1305 constant pool: [
1307 ] 1306 ]
1308 handlers: [ 1307 handlers: [
1309 ] 1308 ]
1310 1309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698