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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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: string 6 pool type: string
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 10
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 b.name; 199 b.name;
200 b.name; 200 b.name;
201 b.name; 201 b.name;
202 b.name; 202 b.name;
203 return a; 203 return a;
204 } 204 }
205 f({name: 1}); 205 f({name: 1});
206 " 206 "
207 frame size: 1 207 frame size: 1
208 parameter count: 2 208 parameter count: 2
209 bytecode array length: 1031 209 bytecode array length: 1032
210 bytecodes: [ 210 bytecodes: [
211 B(StackCheck), 211 B(StackCheck),
212 B(Ldar), R(arg0), 212 B(Ldar), R(arg0),
213 B(Star), R(0), 213 B(Star), R(0),
214 B(LoadIC), R(0), U8(0), U8(1), 214 B(LoadIC), R(0), U8(0), U8(1),
215 B(Ldar), R(arg0), 215 B(Ldar), R(arg0),
216 B(Star), R(0), 216 B(Star), R(0),
217 B(LoadIC), R(0), U8(0), U8(3), 217 B(LoadIC), R(0), U8(0), U8(3),
218 B(Ldar), R(arg0), 218 B(Ldar), R(arg0),
219 B(Star), R(0), 219 B(Star), R(0),
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 B(LoadIC), R(0), U8(0), U8(249), 586 B(LoadIC), R(0), U8(0), U8(249),
587 B(Ldar), R(arg0), 587 B(Ldar), R(arg0),
588 B(Star), R(0), 588 B(Star), R(0),
589 B(LoadIC), R(0), U8(0), U8(251), 589 B(LoadIC), R(0), U8(0), U8(251),
590 B(Ldar), R(arg0), 590 B(Ldar), R(arg0),
591 B(Star), R(0), 591 B(Star), R(0),
592 B(LoadIC), R(0), U8(0), U8(253), 592 B(LoadIC), R(0), U8(0), U8(253),
593 B(Ldar), R(arg0), 593 B(Ldar), R(arg0),
594 B(Star), R(0), 594 B(Star), R(0),
595 B(LoadIC), R(0), U8(0), U8(255), 595 B(LoadIC), R(0), U8(0), U8(255),
596 B(LdaGlobalWide), U16(1), U16(257), 596 B(Wide), B(LdaGlobal), U16(1), U16(257),
597 B(Return), 597 B(Return),
598 ] 598 ]
599 constant pool: [ 599 constant pool: [
600 "name", 600 "name",
601 "a", 601 "a",
602 ] 602 ]
603 handlers: [ 603 handlers: [
604 ] 604 ]
605 605
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698