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

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

Issue 2640273002: [ignition] Expect 'I' for signed bytecode operands (Closed)
Patch Set: Rebase Created 3 years, 11 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 wrap: no 6 wrap: no
7 test function name: test 7 test function name: test
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 bytecode array length: 59 56 bytecode array length: 59
57 bytecodes: [ 57 bytecodes: [
58 B(CreateRestParameter), 58 B(CreateRestParameter),
59 B(Star), R(2), 59 B(Star), R(2),
60 B(Mov), R(closure), R(1), 60 B(Mov), R(closure), R(1),
61 B(Mov), R(new_target), R(0), 61 B(Mov), R(new_target), R(0),
62 B(Ldar), R(new_target), 62 B(Ldar), R(new_target),
63 /* 128 E> */ B(StackCheck), 63 /* 128 E> */ B(StackCheck),
64 /* 140 S> */ B(Ldar), R(1), 64 /* 140 S> */ B(Ldar), R(1),
65 B(GetSuperConstructor), R(3), 65 B(GetSuperConstructor), R(3),
66 B(LdaSmi), U8(1), 66 B(LdaSmi), I8(1),
67 B(Star), R(4), 67 B(Star), R(4),
68 B(Ldar), R(0), 68 B(Ldar), R(0),
69 B(Mov), R(2), R(5), 69 B(Mov), R(2), R(5),
70 /* 140 E> */ B(NewWithSpread), R(3), R(4), U8(2), 70 /* 140 E> */ B(NewWithSpread), R(3), R(4), U8(2),
71 B(Star), R(3), 71 B(Star), R(3),
72 B(Ldar), R(this), 72 B(Ldar), R(this),
73 B(JumpIfNotHole), U8(4), 73 B(JumpIfNotHole), U8(4),
74 B(Jump), U8(7), 74 B(Jump), U8(7),
75 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0), 75 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0),
76 B(Mov), R(3), R(this), 76 B(Mov), R(3), R(this),
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 /* 162 S> */ B(Return), 143 /* 162 S> */ B(Return),
144 ] 144 ]
145 constant pool: [ 145 constant pool: [
146 CONSTANT_ELEMENTS_PAIR_TYPE, 146 CONSTANT_ELEMENTS_PAIR_TYPE,
147 CONSTANT_ELEMENTS_PAIR_TYPE, 147 CONSTANT_ELEMENTS_PAIR_TYPE,
148 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], 148 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
149 ] 149 ]
150 handlers: [ 150 handlers: [
151 ] 151 ]
152 152
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698