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

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

Issue 2578183002: Merged: [Interpreter] Allocate registers used as call arguments on-demand. (Closed)
Patch Set: Created 4 years 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 B(LdaSmi), U8(-2), 350 B(LdaSmi), U8(-2),
351 B(TestEqual), R(3), U8(0), 351 B(TestEqual), R(3), U8(0),
352 B(JumpIfTrue), U8(18), 352 B(JumpIfTrue), U8(18),
353 B(LdaSmi), U8(1), 353 B(LdaSmi), U8(1),
354 B(TestEqualStrict), R(3), U8(0), 354 B(TestEqualStrict), R(3), U8(0),
355 B(JumpIfTrueConstant), U8(8), 355 B(JumpIfTrueConstant), U8(8),
356 B(LdaSmi), U8(77), 356 B(LdaSmi), U8(77),
357 B(Star), R(11), 357 B(Star), R(11),
358 B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1), 358 B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1),
359 /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0), 359 /* 27 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
360 B(Star), R(13),
361 B(LdaNamedProperty), R(13), U8(4), U8(8),
362 B(Star), R(12), 360 B(Star), R(12),
363 /* 27 E> */ B(CallProperty), R(12), R(13), U8(1), U8(6), 361 B(LdaNamedProperty), R(12), U8(4), U8(8),
362 B(Star), R(11),
363 /* 27 E> */ B(CallProperty), R(11), R(12), U8(1), U8(6),
364 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0), 364 /* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
365 B(Star), R(11), 365 B(Star), R(11),
366 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1), 366 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1),
367 B(ToBooleanLogicalNot), 367 B(ToBooleanLogicalNot),
368 B(JumpIfFalse), U8(13), 368 B(JumpIfFalse), U8(13),
369 B(LdaContextSlot), R(1), U8(8), U8(0), 369 B(LdaContextSlot), R(1), U8(8), U8(0),
370 B(Star), R(11), 370 B(Star), R(11),
371 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (11), U8(1), 371 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (11), U8(1),
372 B(LdaContextSlot), R(1), U8(8), U8(0), 372 B(LdaContextSlot), R(1), U8(8), U8(0),
373 B(Star), R(11), 373 B(Star), R(11),
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 Smi [164], 620 Smi [164],
621 Smi [601], 621 Smi [601],
622 ] 622 ]
623 handlers: [ 623 handlers: [
624 [46, 710, 716], 624 [46, 710, 716],
625 [143, 438, 444], 625 [143, 438, 444],
626 [146, 394, 396], 626 [146, 394, 396],
627 [557, 573, 575], 627 [557, 573, 575],
628 ] 628 ]
629 629
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698