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

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

Issue 2450243002: [ignition] Add a property call bytecode (Closed)
Patch Set: Address remaining comments Created 4 years, 1 month 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: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 B(LdaTheHole), 329 B(LdaTheHole),
330 B(StaContextSlot), R(context), U8(4), U8(0), 330 B(StaContextSlot), R(context), U8(4), U8(0),
331 B(LdaZero), 331 B(LdaZero),
332 B(StaContextSlot), R(1), U8(9), U8(0), 332 B(StaContextSlot), R(1), U8(9), U8(0),
333 B(Mov), R(context), R(10), 333 B(Mov), R(context), R(10),
334 B(Mov), R(context), R(11), 334 B(Mov), R(context), R(11),
335 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(9), 335 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(9),
336 B(Star), R(13), 336 B(Star), R(13),
337 B(LdaConstant), U8(2), 337 B(LdaConstant), U8(2),
338 /* 30 E> */ B(LdrKeyedProperty), R(13), U8(4), R(12), 338 /* 30 E> */ B(LdrKeyedProperty), R(13), U8(4), R(12),
339 /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(2), 339 /* 30 E> */ B(CallProperty), R(12), R(13), U8(1), U8(2),
340 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0), 340 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
341 B(LdaSmi), U8(-2), 341 B(LdaSmi), U8(-2),
342 B(TestEqual), R(4), U8(0), 342 B(TestEqual), R(4), U8(0),
343 B(JumpIfTrue), U8(18), 343 B(JumpIfTrue), U8(18),
344 B(LdaSmi), U8(1), 344 B(LdaSmi), U8(1),
345 B(TestEqualStrict), R(4), U8(0), 345 B(TestEqualStrict), R(4), U8(0),
346 B(JumpIfTrueConstant), U8(8), 346 B(JumpIfTrueConstant), U8(8),
347 B(LdaSmi), U8(76), 347 B(LdaSmi), U8(76),
348 B(Star), R(12), 348 B(Star), R(12),
349 B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1), 349 B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
350 /* 27 S> */ B(LdrContextSlot), R(1), U8(7), U8(0), R(14), 350 /* 27 S> */ B(LdrContextSlot), R(1), U8(7), U8(0), R(14),
351 B(LdrNamedProperty), R(14), U8(4), U8(8), R(13), 351 B(LdrNamedProperty), R(14), U8(4), U8(8), R(13),
352 /* 27 E> */ B(Call), R(13), R(14), U8(1), U8(6), 352 /* 27 E> */ B(CallProperty), R(13), R(14), U8(1), U8(6),
353 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0), 353 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
354 B(Star), R(12), 354 B(Star), R(12),
355 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1), 355 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
356 B(ToBooleanLogicalNot), 356 B(ToBooleanLogicalNot),
357 B(JumpIfFalse), U8(12), 357 B(JumpIfFalse), U8(12),
358 B(LdrContextSlot), R(1), U8(8), U8(0), R(12), 358 B(LdrContextSlot), R(1), U8(8), U8(0), R(12),
359 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (12), U8(1), 359 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (12), U8(1),
360 B(LdrContextSlot), R(1), U8(8), U8(0), R(12), 360 B(LdrContextSlot), R(1), U8(8), U8(0), R(12),
361 B(LdaNamedProperty), R(12), U8(5), U8(10), 361 B(LdaNamedProperty), R(12), U8(5), U8(10),
362 B(JumpIfToBooleanTrueConstant), U8(9), 362 B(JumpIfToBooleanTrueConstant), U8(9),
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 Smi [166], 588 Smi [166],
589 Smi [589], 589 Smi [589],
590 ] 590 ]
591 handlers: [ 591 handlers: [
592 [48, 706, 712], 592 [48, 706, 712],
593 [153, 446, 452], 593 [153, 446, 452],
594 [156, 402, 404], 594 [156, 402, 404],
595 [560, 574, 576], 595 [560, 574, 576],
596 ] 596 ]
597 597
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698