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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOf.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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
index 9301b43329de777a8b8ca51064392f6b04780286..524230f502d816cef98025d77fe793f1560ddb13 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -25,10 +25,10 @@ bytecodes: [
B(Star), R(14),
B(LdaConstant), U8(1),
/* 48 E> */ B(LdrKeyedProperty), R(14), U8(3), R(13),
- /* 48 E> */ B(Call), R(13), R(14), U8(1), U8(1),
+ /* 48 E> */ B(CallWithFeedback), R(13), R(14), U8(1), U8(1),
B(Star), R(1),
/* 45 S> */ B(LdrNamedProperty), R(1), U8(2), U8(7), R(14),
- /* 45 E> */ B(Call), R(14), R(1), U8(1), U8(5),
+ /* 45 E> */ B(CallWithFeedback), R(14), R(1), U8(1), U8(5),
B(Star), R(2),
/* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
B(ToBooleanLogicalNot),
@@ -167,10 +167,10 @@ bytecodes: [
B(Mov), R(context), R(13),
/* 68 S> */ B(LdaConstant), U8(1),
/* 68 E> */ B(LdrKeyedProperty), R(7), U8(3), R(14),
- /* 68 E> */ B(Call), R(14), R(7), U8(1), U8(1),
+ /* 68 E> */ B(CallWithFeedback), R(14), R(7), U8(1), U8(1),
B(Star), R(1),
/* 65 S> */ B(LdrNamedProperty), R(1), U8(2), U8(7), R(15),
- /* 65 E> */ B(Call), R(15), R(1), U8(1), U8(5),
+ /* 65 E> */ B(CallWithFeedback), R(15), R(1), U8(1), U8(5),
B(Star), R(2),
/* 65 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
B(ToBooleanLogicalNot),
@@ -318,10 +318,10 @@ bytecodes: [
B(Star), R(14),
B(LdaConstant), U8(1),
/* 48 E> */ B(LdrKeyedProperty), R(14), U8(3), R(13),
- /* 48 E> */ B(Call), R(13), R(14), U8(1), U8(1),
+ /* 48 E> */ B(CallWithFeedback), R(13), R(14), U8(1), U8(1),
B(Star), R(1),
/* 45 S> */ B(LdrNamedProperty), R(1), U8(2), U8(7), R(14),
- /* 45 E> */ B(Call), R(14), R(1), U8(1), U8(5),
+ /* 45 E> */ B(CallWithFeedback), R(14), R(1), U8(1), U8(5),
B(Star), R(2),
/* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
B(ToBooleanLogicalNot),
@@ -471,10 +471,10 @@ bytecodes: [
B(Star), R(13),
B(LdaConstant), U8(2),
/* 77 E> */ B(LdrKeyedProperty), R(13), U8(3), R(12),
- /* 77 E> */ B(Call), R(12), R(13), U8(1), U8(1),
+ /* 77 E> */ B(CallWithFeedback), R(12), R(13), U8(1), U8(1),
B(Star), R(0),
/* 74 S> */ B(LdrNamedProperty), R(0), U8(3), U8(7), R(13),
- /* 74 E> */ B(Call), R(13), R(0), U8(1), U8(5),
+ /* 74 E> */ B(CallWithFeedback), R(13), R(0), U8(1), U8(5),
B(Star), R(1),
/* 74 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(1), U8(1),
B(ToBooleanLogicalNot),

Powered by Google App Engine
This is Rietveld 408576698