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

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

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: gyp file Created 3 years, 10 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 B(Mov), R(closure), R(1), 109 B(Mov), R(closure), R(1),
110 B(Mov), R(new_target), R(0), 110 B(Mov), R(new_target), R(0),
111 B(Ldar), R(new_target), 111 B(Ldar), R(new_target),
112 /* 128 E> */ B(StackCheck), 112 /* 128 E> */ B(StackCheck),
113 /* 140 S> */ B(LdaUndefined), 113 /* 140 S> */ B(LdaUndefined),
114 B(Star), R(3), 114 B(Star), R(3),
115 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) , 115 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) ,
116 B(Star), R(4), 116 B(Star), R(4),
117 B(LdaUndefined), 117 B(LdaUndefined),
118 B(Star), R(5), 118 B(Star), R(5),
119 B(CreateArrayLiteral), U8(0), U8(0), U8(9), 119 B(CreateArrayLiteral), U8(0), U8(2), U8(9),
120 B(Star), R(6), 120 B(Star), R(6),
121 B(LdaUndefined), 121 B(LdaUndefined),
122 B(Star), R(7), 122 B(Star), R(7),
123 B(Mov), R(2), R(8), 123 B(Mov), R(2), R(8),
124 /* 152 E> */ B(CallJSRuntime), U8(%spread_iterable), R(7), U8(2), 124 /* 152 E> */ B(CallJSRuntime), U8(%spread_iterable), R(7), U8(2),
125 B(Star), R(7), 125 B(Star), R(7),
126 B(CreateArrayLiteral), U8(1), U8(1), U8(9), 126 B(CreateArrayLiteral), U8(1), U8(3), U8(9),
127 B(Star), R(8), 127 B(Star), R(8),
128 B(CallJSRuntime), U8(%spread_arguments), R(5), U8(4), 128 B(CallJSRuntime), U8(%spread_arguments), R(5), U8(4),
129 B(Star), R(5), 129 B(Star), R(5),
130 B(Mov), R(0), R(6), 130 B(Mov), R(0), R(6),
131 /* 140 E> */ B(CallJSRuntime), U8(%reflect_construct), R(3), U8(4), 131 /* 140 E> */ B(CallJSRuntime), U8(%reflect_construct), R(3), U8(4),
132 B(Star), R(3), 132 B(Star), R(3),
133 B(Ldar), R(this), 133 B(Ldar), R(this),
134 B(JumpIfNotHole), U8(4), 134 B(JumpIfNotHole), U8(4),
135 B(Jump), U8(7), 135 B(Jump), U8(7),
136 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0), 136 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0),
137 B(Mov), R(3), R(this), 137 B(Mov), R(3), R(this),
138 B(Ldar), R(this), 138 B(Ldar), R(this),
139 B(JumpIfNotHole), U8(11), 139 B(JumpIfNotHole), U8(11),
140 B(LdaConstant), U8(2), 140 B(LdaConstant), U8(2),
141 B(Star), R(3), 141 B(Star), R(3),
142 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 142 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
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