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

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

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Use constructor name if available. 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: yes 6 wrap: yes
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 B(StaCurrentContextSlot), U8(4), 113 B(StaCurrentContextSlot), U8(4),
114 B(CreateMappedArguments), 114 B(CreateMappedArguments),
115 B(StaCurrentContextSlot), U8(6), 115 B(StaCurrentContextSlot), U8(6),
116 B(Ldar), R(new_target), 116 B(Ldar), R(new_target),
117 B(StaCurrentContextSlot), U8(5), 117 B(StaCurrentContextSlot), U8(5),
118 /* 10 E> */ B(StackCheck), 118 /* 10 E> */ B(StackCheck),
119 /* 14 S> */ B(LdaSmi), I8(20), 119 /* 14 S> */ B(LdaSmi), I8(20),
120 /* 16 E> */ B(StaLookupSlotSloppy), U8(0), 120 /* 16 E> */ B(StaLookupSlotSloppy), U8(0),
121 /* 22 S> */ B(LdaUndefined), 121 /* 22 S> */ B(LdaUndefined),
122 B(Star), R(2), 122 B(Star), R(2),
123 /* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(4), U8(1), 123 /* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(6), U8(1),
124 B(Star), R(1), 124 B(Star), R(1),
125 B(LdaConstant), U8(2), 125 B(LdaConstant), U8(2),
126 B(Star), R(3), 126 B(Star), R(3),
127 B(LdaZero), 127 B(LdaZero),
128 B(Star), R(7), 128 B(Star), R(7),
129 B(LdaSmi), I8(10), 129 B(LdaSmi), I8(10),
130 B(Star), R(8), 130 B(Star), R(8),
131 B(LdaSmi), I8(29), 131 B(LdaSmi), I8(29),
132 B(Star), R(9), 132 B(Star), R(9),
133 B(Mov), R(1), R(4), 133 B(Mov), R(1), R(4),
134 B(Mov), R(3), R(5), 134 B(Mov), R(3), R(5),
135 B(Mov), R(closure), R(6), 135 B(Mov), R(closure), R(6),
136 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 136 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
137 B(Star), R(1), 137 B(Star), R(1),
138 /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(2), 138 /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(4),
139 /* 39 S> */ B(Return), 139 /* 39 S> */ B(Return),
140 ] 140 ]
141 constant pool: [ 141 constant pool: [
142 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 142 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
143 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 143 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
144 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], 144 ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
145 ] 145 ]
146 handlers: [ 146 handlers: [
147 ] 147 ]
148 148
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 /* 72 S> */ B(Return), 241 /* 72 S> */ B(Return),
242 ] 242 ]
243 constant pool: [ 243 constant pool: [
244 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 244 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
245 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"], 245 ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"],
246 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 246 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
247 ] 247 ]
248 handlers: [ 248 handlers: [
249 ] 249 ]
250 250
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698