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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/PropertyCall.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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 a.func; 217 a.func;
218 a.func; 218 a.func;
219 a.func; 219 a.func;
220 a.func; 220 a.func;
221 a.func; 221 a.func;
222 return a.func(); } 222 return a.func(); }
223 f(new (function Obj() { this.func = function() { return; }})()) 223 f(new (function Obj() { this.func = function() { return; }})())
224 " 224 "
225 frame size: 2 225 frame size: 2
226 parameter count: 2 226 parameter count: 2
227 bytecode array length: 1047 227 bytecode array length: 1050
228 bytecodes: [ 228 bytecodes: [
229 B(StackCheck), 229 B(StackCheck),
230 B(Ldar), R(arg0), 230 B(Ldar), R(arg0),
231 B(Star), R(0), 231 B(Star), R(0),
232 B(LoadIC), R(0), U8(0), U8(1), 232 B(LoadIC), R(0), U8(0), U8(1),
233 B(Ldar), R(arg0), 233 B(Ldar), R(arg0),
234 B(Star), R(0), 234 B(Star), R(0),
235 B(LoadIC), R(0), U8(0), U8(3), 235 B(LoadIC), R(0), U8(0), U8(3),
236 B(Ldar), R(arg0), 236 B(Ldar), R(arg0),
237 B(Star), R(0), 237 B(Star), R(0),
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 B(Star), R(0), 606 B(Star), R(0),
607 B(LoadIC), R(0), U8(0), U8(251), 607 B(LoadIC), R(0), U8(0), U8(251),
608 B(Ldar), R(arg0), 608 B(Ldar), R(arg0),
609 B(Star), R(0), 609 B(Star), R(0),
610 B(LoadIC), R(0), U8(0), U8(253), 610 B(LoadIC), R(0), U8(0), U8(253),
611 B(Ldar), R(arg0), 611 B(Ldar), R(arg0),
612 B(Star), R(0), 612 B(Star), R(0),
613 B(LoadIC), R(0), U8(0), U8(255), 613 B(LoadIC), R(0), U8(0), U8(255),
614 B(Ldar), R(arg0), 614 B(Ldar), R(arg0),
615 B(Star), R(1), 615 B(Star), R(1),
616 B(LoadICWide), R(1), U16(0), U16(259), 616 B(Wide), B(LoadIC), R16(1), U16(0), U16(259),
617 B(Star), R(0), 617 B(Star), R(0),
618 B(CallWide), R16(0), R16(1), U16(1), U16(257), 618 B(Wide), B(Call), R16(0), R16(1), U16(1), U16(257),
619 B(Return), 619 B(Return),
620 ] 620 ]
621 constant pool: [ 621 constant pool: [
622 "func", 622 "func",
623 ] 623 ]
624 handlers: [ 624 handlers: [
625 ] 625 ]
626 626
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698