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

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

Issue 2426693002: [ic] Unify CallIC feedback collection and handling. (Closed)
Patch Set: Also simplify BytecodeGraphBuilder::ComputeCallFrequency Created 4 years, 2 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 | « test/cctest/interpreter/bytecode_expectations/Eval.golden ('k') | no next file » | 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 wrap: yes 6 wrap: yes
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 21 matching lines...) Expand all
32 B(Star), R(7), 32 B(Star), R(7),
33 B(LdaSmi), U8(10), 33 B(LdaSmi), U8(10),
34 B(Star), R(8), 34 B(Star), R(8),
35 B(LdaSmi), U8(14), 35 B(LdaSmi), U8(14),
36 B(Star), R(9), 36 B(Star), R(9),
37 B(Mov), R(1), R(4), 37 B(Mov), R(1), R(4),
38 B(Mov), R(3), R(5), 38 B(Mov), R(3), R(5),
39 B(Mov), R(closure), R(6), 39 B(Mov), R(closure), R(6),
40 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 40 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
41 B(Star), R(1), 41 B(Star), R(1),
42 /* 14 E> */ B(Call), R(1), R(2), U8(2), U8(0), 42 /* 14 E> */ B(Call), R(1), R(2), U8(2), U8(2),
43 /* 35 S> */ B(LdaLookupGlobalSlot), U8(2), U8(4), U8(1), 43 /* 35 S> */ B(LdaLookupGlobalSlot), U8(2), U8(6), U8(1),
44 /* 45 S> */ B(Return), 44 /* 45 S> */ B(Return),
45 ] 45 ]
46 constant pool: [ 46 constant pool: [
47 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 47 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
48 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10;"], 48 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10;"],
49 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 49 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
50 ] 50 ]
51 handlers: [ 51 handlers: [
52 ] 52 ]
53 53
(...skipping 23 matching lines...) Expand all
77 B(Star), R(7), 77 B(Star), R(7),
78 B(LdaSmi), U8(10), 78 B(LdaSmi), U8(10),
79 B(Star), R(8), 79 B(Star), R(8),
80 B(LdaSmi), U8(14), 80 B(LdaSmi), U8(14),
81 B(Star), R(9), 81 B(Star), R(9),
82 B(Mov), R(1), R(4), 82 B(Mov), R(1), R(4),
83 B(Mov), R(3), R(5), 83 B(Mov), R(3), R(5),
84 B(Mov), R(closure), R(6), 84 B(Mov), R(closure), R(6),
85 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 85 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
86 B(Star), R(1), 86 B(Star), R(1),
87 /* 14 E> */ B(Call), R(1), R(2), U8(2), U8(0), 87 /* 14 E> */ B(Call), R(1), R(2), U8(2), U8(2),
88 /* 35 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(2), U8(4), U8(1), 88 /* 35 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(2), U8(6), U8(1),
89 B(TypeOf), 89 B(TypeOf),
90 /* 52 S> */ B(Return), 90 /* 52 S> */ B(Return),
91 ] 91 ]
92 constant pool: [ 92 constant pool: [
93 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 93 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
94 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10;"], 94 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10;"],
95 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 95 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
96 ] 96 ]
97 handlers: [ 97 handlers: [
98 ] 98 ]
(...skipping 26 matching lines...) Expand all
125 B(Star), R(7), 125 B(Star), R(7),
126 B(LdaSmi), U8(10), 126 B(LdaSmi), U8(10),
127 B(Star), R(8), 127 B(Star), R(8),
128 B(LdaSmi), U8(29), 128 B(LdaSmi), U8(29),
129 B(Star), R(9), 129 B(Star), R(9),
130 B(Mov), R(1), R(4), 130 B(Mov), R(1), R(4),
131 B(Mov), R(3), R(5), 131 B(Mov), R(3), R(5),
132 B(Mov), R(closure), R(6), 132 B(Mov), R(closure), R(6),
133 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 133 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
134 B(Star), R(1), 134 B(Star), R(1),
135 /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(0), 135 /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(2),
136 /* 39 S> */ B(Return), 136 /* 39 S> */ B(Return),
137 ] 137 ]
138 constant pool: [ 138 constant pool: [
139 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 139 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
140 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 140 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
141 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], 141 ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
142 ] 142 ]
143 handlers: [ 143 handlers: [
144 ] 144 ]
145 145
(...skipping 28 matching lines...) Expand all
174 B(Star), R(7), 174 B(Star), R(7),
175 B(LdaSmi), U8(38), 175 B(LdaSmi), U8(38),
176 B(Star), R(8), 176 B(Star), R(8),
177 B(LdaSmi), U8(44), 177 B(LdaSmi), U8(44),
178 B(Star), R(9), 178 B(Star), R(9),
179 B(Mov), R(1), R(4), 179 B(Mov), R(1), R(4),
180 B(Mov), R(3), R(5), 180 B(Mov), R(3), R(5),
181 B(Mov), R(closure), R(6), 181 B(Mov), R(closure), R(6),
182 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 182 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
183 B(Star), R(1), 183 B(Star), R(1),
184 /* 44 E> */ B(Call), R(1), R(2), U8(2), U8(0), 184 /* 44 E> */ B(Call), R(1), R(2), U8(2), U8(2),
185 /* 66 S> */ B(LdaLookupContextSlot), U8(2), U8(6), U8(1), 185 /* 66 S> */ B(LdaLookupContextSlot), U8(2), U8(6), U8(1),
186 /* 76 S> */ B(Return), 186 /* 76 S> */ B(Return),
187 ] 187 ]
188 constant pool: [ 188 constant pool: [
189 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 189 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
190 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"], 190 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"],
191 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 191 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
192 ] 192 ]
193 handlers: [ 193 handlers: [
194 ] 194 ]
(...skipping 29 matching lines...) Expand all
224 B(Star), R(7), 224 B(Star), R(7),
225 B(LdaSmi), U8(34), 225 B(LdaSmi), U8(34),
226 B(Star), R(8), 226 B(Star), R(8),
227 B(LdaSmi), U8(40), 227 B(LdaSmi), U8(40),
228 B(Star), R(9), 228 B(Star), R(9),
229 B(Mov), R(1), R(4), 229 B(Mov), R(1), R(4),
230 B(Mov), R(3), R(5), 230 B(Mov), R(3), R(5),
231 B(Mov), R(closure), R(6), 231 B(Mov), R(closure), R(6),
232 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 232 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
233 B(Star), R(1), 233 B(Star), R(1),
234 /* 40 E> */ B(Call), R(1), R(2), U8(2), U8(0), 234 /* 40 E> */ B(Call), R(1), R(2), U8(2), U8(2),
235 /* 62 S> */ B(LdaLookupGlobalSlot), U8(2), U8(4), U8(1), 235 /* 62 S> */ B(LdaLookupGlobalSlot), U8(2), U8(6), U8(1),
236 /* 72 S> */ B(Return), 236 /* 72 S> */ B(Return),
237 ] 237 ]
238 constant pool: [ 238 constant pool: [
239 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 239 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
240 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"], 240 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"],
241 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 241 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
242 ] 242 ]
243 handlers: [ 243 handlers: [
244 ] 244 ]
245 245
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/Eval.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698