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

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

Issue 2286273002: [interpreter] Make the comparison bytecode handlers collect type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix. 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: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 snippet: " 117 snippet: "
118 var n0 = 'a'; 118 var n0 = 'a';
119 var n1 = 'b'; 119 var n1 = 'b';
120 class N { 120 class N {
121 [n0]() { return n0; } 121 [n0]() { return n0; }
122 static [n1]() { return n1; } 122 static [n1]() { return n1; }
123 } 123 }
124 " 124 "
125 frame size: 11 125 frame size: 11
126 parameter count: 1 126 parameter count: 1
127 bytecode array length: 123 127 bytecode array length: 124
128 bytecodes: [ 128 bytecodes: [
129 B(CreateFunctionContext), U8(2), 129 B(CreateFunctionContext), U8(2),
130 B(PushContext), R(3), 130 B(PushContext), R(3),
131 B(LdaTheHole), 131 B(LdaTheHole),
132 B(Star), R(2), 132 B(Star), R(2),
133 /* 30 E> */ B(StackCheck), 133 /* 30 E> */ B(StackCheck),
134 /* 43 S> */ B(LdaConstant), U8(0), 134 /* 43 S> */ B(LdaConstant), U8(0),
135 /* 43 E> */ B(StaContextSlot), R(context), U8(4), 135 /* 43 E> */ B(StaContextSlot), R(context), U8(4),
136 /* 57 S> */ B(LdaConstant), U8(1), 136 /* 57 S> */ B(LdaConstant), U8(1),
137 /* 57 E> */ B(StaContextSlot), R(context), U8(5), 137 /* 57 E> */ B(StaContextSlot), R(context), U8(5),
(...skipping 16 matching lines...) Expand all
154 B(Star), R(8), 154 B(Star), R(8),
155 B(LdaSmi), U8(2), 155 B(LdaSmi), U8(2),
156 B(Star), R(9), 156 B(Star), R(9),
157 B(LdaSmi), U8(1), 157 B(LdaSmi), U8(1),
158 B(Star), R(10), 158 B(Star), R(10),
159 B(Mov), R(5), R(6), 159 B(Mov), R(5), R(6),
160 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5), 160 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5),
161 /* 106 E> */ B(LdaContextSlot), R(context), U8(5), 161 /* 106 E> */ B(LdaContextSlot), R(context), U8(5),
162 B(ToName), R(7), 162 B(ToName), R(7),
163 B(LdaConstant), U8(3), 163 B(LdaConstant), U8(3),
164 B(TestEqualStrict), R(7), 164 B(TestEqualStrict), R(7), U8(0),
165 B(Mov), R(4), R(6), 165 B(Mov), R(4), R(6),
166 B(JumpIfToBooleanFalse), U8(7), 166 B(JumpIfToBooleanFalse), U8(7),
167 B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0), 167 B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
168 B(CreateClosure), U8(5), U8(2), 168 B(CreateClosure), U8(5), U8(2),
169 B(Star), R(8), 169 B(Star), R(8),
170 B(LdaSmi), U8(1), 170 B(LdaSmi), U8(1),
171 B(Star), R(10), 171 B(Star), R(10),
172 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5), 172 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(6) , U8(5),
173 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1), 173 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1),
174 B(Star), R(0), 174 B(Star), R(0),
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 /* 103 S> */ B(Return), 231 /* 103 S> */ B(Return),
232 ] 232 ]
233 constant pool: [ 233 constant pool: [
234 InstanceType::SHARED_FUNCTION_INFO_TYPE, 234 InstanceType::SHARED_FUNCTION_INFO_TYPE,
235 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 235 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
236 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 236 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
237 ] 237 ]
238 handlers: [ 238 handlers: [
239 ] 239 ]
240 240
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698