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

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

Issue 2238853002: [Interpreter] Remove LdaConstant+ToName peephole optimization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@offheap_internalize
Patch Set: Address comments Created 4 years, 4 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 17 matching lines...) Expand all
28 B(CreateClosure), U8(0), U8(2), 28 B(CreateClosure), U8(0), U8(2),
29 B(Star), R(4), 29 B(Star), R(4),
30 B(LdaSmi), U8(34), 30 B(LdaSmi), U8(34),
31 B(Star), R(5), 31 B(Star), R(5),
32 B(Wide), B(LdaSmi), U16(148), 32 B(Wide), B(LdaSmi), U16(148),
33 B(Star), R(6), 33 B(Star), R(6),
34 B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4), 34 B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4),
35 B(Star), R(3), 35 B(Star), R(3),
36 B(LdrNamedProperty), R(3), U8(1), U8(1), R(4), 36 B(LdrNamedProperty), R(3), U8(1), U8(1), R(4),
37 B(LdaConstant), U8(2), 37 B(LdaConstant), U8(2),
38 B(Star), R(6), 38 B(ToName), R(6),
39 B(CreateClosure), U8(3), U8(2), 39 B(CreateClosure), U8(3), U8(2),
40 B(Star), R(7), 40 B(Star), R(7),
41 B(LdaSmi), U8(2), 41 B(LdaSmi), U8(2),
42 B(Star), R(8), 42 B(Star), R(8),
43 B(LdaZero), 43 B(LdaZero),
44 B(Star), R(9), 44 B(Star), R(9),
45 B(Mov), R(4), R(5), 45 B(Mov), R(4), R(5),
46 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5) , U8(5), 46 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5) , U8(5),
47 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), 47 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
48 B(Star), R(0), 48 B(Star), R(0),
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 B(CreateClosure), U8(0), U8(2), 81 B(CreateClosure), U8(0), U8(2),
82 B(Star), R(4), 82 B(Star), R(4),
83 B(LdaSmi), U8(34), 83 B(LdaSmi), U8(34),
84 B(Star), R(5), 84 B(Star), R(5),
85 B(Wide), B(LdaSmi), U16(148), 85 B(Wide), B(LdaSmi), U16(148),
86 B(Star), R(6), 86 B(Star), R(6),
87 B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4), 87 B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4),
88 B(Star), R(3), 88 B(Star), R(3),
89 B(LdrNamedProperty), R(3), U8(1), U8(1), R(4), 89 B(LdrNamedProperty), R(3), U8(1), U8(1), R(4),
90 B(LdaConstant), U8(2), 90 B(LdaConstant), U8(2),
91 B(Star), R(6), 91 B(ToName), R(6),
92 B(CreateClosure), U8(3), U8(2), 92 B(CreateClosure), U8(3), U8(2),
93 B(Star), R(7), 93 B(Star), R(7),
94 B(LdaSmi), U8(2), 94 B(LdaSmi), U8(2),
95 B(Star), R(8), 95 B(Star), R(8),
96 B(LdaZero), 96 B(LdaZero),
97 B(Star), R(9), 97 B(Star), R(9),
98 B(Mov), R(4), R(5), 98 B(Mov), R(4), R(5),
99 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5) , U8(5), 99 B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5) , U8(5),
100 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), 100 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
101 B(Star), R(0), 101 B(Star), R(0),
(...skipping 129 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
« no previous file with comments | « src/interpreter/mkpeephole.cc ('k') | test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698