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

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

Issue 1947403002: [interpreter] Introduce bytecode generation pipeline. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 7 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
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 ] 189 ]
190 handlers: [ 190 handlers: [
191 ] 191 ]
192 192
193 --- 193 ---
194 snippet: " 194 snippet: "
195 var count = 0; 195 var count = 0;
196 class C { constructor() { count++; }} 196 class C { constructor() { count++; }}
197 return new C(); 197 return new C();
198 " 198 "
199 frame size: 10 199 frame size: 7
200 parameter count: 1 200 parameter count: 1
201 bytecode array length: 74 201 bytecode array length: 74
202 bytecodes: [ 202 bytecodes: [
203 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 203 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
204 B(PushContext), R(2), 204 B(PushContext), R(2),
205 B(LdaTheHole), 205 B(LdaTheHole),
206 B(Star), R(1), 206 B(Star), R(1),
207 /* 30 E> */ B(StackCheck), 207 /* 30 E> */ B(StackCheck),
208 /* 46 S> */ B(LdaZero), 208 /* 46 S> */ B(LdaZero),
209 /* 46 E> */ B(StaContextSlot), R(context), U8(4), 209 /* 46 E> */ B(StaContextSlot), R(context), U8(4),
(...skipping 23 matching lines...) Expand all
233 /* 103 S> */ B(Return), 233 /* 103 S> */ B(Return),
234 ] 234 ]
235 constant pool: [ 235 constant pool: [
236 InstanceType::SHARED_FUNCTION_INFO_TYPE, 236 InstanceType::SHARED_FUNCTION_INFO_TYPE,
237 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 237 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
238 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 238 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
239 ] 239 ]
240 handlers: [ 240 handlers: [
241 ] 241 ]
242 242
OLDNEW
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698