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

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

Issue 2122183002: [Interpreter] Collect type feedback for calls in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixed few comments. Created 4 years, 5 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: no 8 wrap: no
9 test function name: f 9 test function name: f
10 ignition generators: yes 10 ignition generators: yes
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 B(LdaUndefined), 330 B(LdaUndefined),
331 B(StaContextSlot), R(1), U8(10), 331 B(StaContextSlot), R(1), U8(10),
332 B(LdaZero), 332 B(LdaZero),
333 B(StaContextSlot), R(1), U8(9), 333 B(StaContextSlot), R(1), U8(9),
334 B(Mov), R(context), R(9), 334 B(Mov), R(context), R(9),
335 B(Mov), R(context), R(10), 335 B(Mov), R(context), R(10),
336 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(3), 336 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(3),
337 B(Star), R(12), 337 B(Star), R(12),
338 B(LdaConstant), U8(2), 338 B(LdaConstant), U8(2),
339 /* 30 E> */ B(LdrKeyedProperty), R(12), U8(3), R(11), 339 /* 30 E> */ B(LdrKeyedProperty), R(12), U8(3), R(11),
340 /* 30 E> */ B(Call), R(11), R(12), U8(1), U8(1), 340 /* 30 E> */ B(CallWithFeedback), R(11), R(12), U8(1), U8(1),
341 /* 30 E> */ B(StaContextSlot), R(1), U8(7), 341 /* 30 E> */ B(StaContextSlot), R(1), U8(7),
342 B(LdaSmi), U8(-2), 342 B(LdaSmi), U8(-2),
343 B(TestEqual), R(3), 343 B(TestEqual), R(3),
344 B(JumpIfTrue), U8(17), 344 B(JumpIfTrue), U8(17),
345 B(LdaSmi), U8(1), 345 B(LdaSmi), U8(1),
346 B(TestEqualStrict), R(3), 346 B(TestEqualStrict), R(3),
347 B(JumpIfTrueConstant), U8(9), 347 B(JumpIfTrueConstant), U8(9),
348 B(LdaSmi), U8(76), 348 B(LdaSmi), U8(76),
349 B(Star), R(11), 349 B(Star), R(11),
350 B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1), 350 B(CallRuntime), U16(Runtime::kAbort), R(11), U8(1),
351 /* 27 S> */ B(LdrContextSlot), R(1), U8(7), R(13), 351 /* 27 S> */ B(LdrContextSlot), R(1), U8(7), R(13),
352 B(LdrNamedProperty), R(13), U8(4), U8(7), R(12), 352 B(LdrNamedProperty), R(13), U8(4), U8(7), R(12),
353 /* 27 E> */ B(Call), R(12), R(13), U8(1), U8(5), 353 /* 27 E> */ B(CallWithFeedback), R(12), R(13), U8(1), U8(5),
354 /* 27 E> */ B(StaContextSlot), R(1), U8(8), 354 /* 27 E> */ B(StaContextSlot), R(1), U8(8),
355 B(Star), R(11), 355 B(Star), R(11),
356 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1), 356 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1),
357 B(ToBooleanLogicalNot), 357 B(ToBooleanLogicalNot),
358 B(JumpIfFalse), U8(11), 358 B(JumpIfFalse), U8(11),
359 B(LdrContextSlot), R(1), U8(8), R(11), 359 B(LdrContextSlot), R(1), U8(8), R(11),
360 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (11), U8(1), 360 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (11), U8(1),
361 B(LdrContextSlot), R(1), U8(8), R(11), 361 B(LdrContextSlot), R(1), U8(8), R(11),
362 B(LdaNamedProperty), R(11), U8(5), U8(9), 362 B(LdaNamedProperty), R(11), U8(5), U8(9),
363 B(JumpIfToBooleanTrueConstant), U8(10), 363 B(JumpIfToBooleanTrueConstant), U8(10),
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 kInstanceTypeDontCare, 600 kInstanceTypeDontCare,
601 kInstanceTypeDontCare, 601 kInstanceTypeDontCare,
602 ] 602 ]
603 handlers: [ 603 handlers: [
604 [44, 694, 700], 604 [44, 694, 700],
605 [154, 448, 454], 605 [154, 448, 454],
606 [157, 402, 404], 606 [157, 402, 404],
607 [551, 563, 565], 607 [551, 563, 565],
608 ] 608 ]
609 609
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698