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

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

Issue 1998203002: [Interpreter] Preserve source positions in peephole optimizer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Nitlet on last patch set. 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
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 B(LdaSmi), U8(49), 216 B(LdaSmi), U8(49),
217 B(Star), R(5), 217 B(Star), R(5),
218 B(LdaSmi), U8(86), 218 B(LdaSmi), U8(86),
219 B(Star), R(6), 219 B(Star), R(6),
220 B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4), 220 B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4),
221 B(Star), R(3), 221 B(Star), R(3),
222 B(LoadIC), R(3), U8(1), U8(1), 222 B(LoadIC), R(3), U8(1), U8(1),
223 B(Star), R(4), 223 B(Star), R(4),
224 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), 224 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
225 B(Star), R(0), 225 B(Star), R(0),
226 /* 49 E> */ B(Star), R(1), 226 B(Star), R(1),
227 /* 87 S> */ B(JumpIfNotHole), U8(11), 227 /* 87 S> */ B(JumpIfNotHole), U8(11),
228 B(LdaConstant), U8(2), 228 B(LdaConstant), U8(2),
229 B(Star), R(4), 229 B(Star), R(4),
230 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), 230 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
231 B(Star), R(3), 231 B(Star), R(3),
232 /* 94 E> */ B(New), R(3), R(0), U8(0), 232 /* 94 E> */ B(New), R(3), R(0), U8(0),
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

Powered by Google App Engine
This is Rietveld 408576698