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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOf.golden

Issue 2019433003: [Interpreter] Add intrinsic for Runtime::kInlineCall. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase 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 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 c55a33d7d94ba1be356dc63c91d84722ac5a8c24..5c535b175844ece09c948f21bec6a3d60f98839a 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -100,7 +100,7 @@ bytecodes: [
B(Mov), R(context), R(12),
B(Mov), R(5), R(13),
B(Mov), R(1), R(14),
- B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(13), U8(2),
B(Jump), U8(29),
B(Star), R(14),
B(LdaConstant), U8(5),
@@ -115,7 +115,7 @@ bytecodes: [
B(Jump), U8(29),
B(Mov), R(5), R(12),
B(Mov), R(1), R(13),
- B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(12), U8(2),
B(Star), R(6),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(6), U8(1),
B(JumpIfToBooleanFalse), U8(4),
@@ -245,7 +245,7 @@ bytecodes: [
B(Mov), R(context), R(13),
B(Mov), R(5), R(14),
B(Mov), R(1), R(15),
- B(CallRuntime), U16(Runtime::k_Call), R(14), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(14), U8(2),
B(Jump), U8(29),
B(Star), R(15),
B(LdaConstant), U8(5),
@@ -260,7 +260,7 @@ bytecodes: [
B(Jump), U8(29),
B(Mov), R(5), R(13),
B(Mov), R(1), R(14),
- B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(13), U8(2),
B(Star), R(6),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(6), U8(1),
B(JumpIfToBooleanFalse), U8(4),
@@ -402,7 +402,7 @@ bytecodes: [
B(Mov), R(context), R(12),
B(Mov), R(5), R(13),
B(Mov), R(1), R(14),
- B(CallRuntime), U16(Runtime::k_Call), R(13), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(13), U8(2),
B(Jump), U8(29),
B(Star), R(14),
B(LdaConstant), U8(5),
@@ -417,7 +417,7 @@ bytecodes: [
B(Jump), U8(29),
B(Mov), R(5), R(12),
B(Mov), R(1), R(13),
- B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(12), U8(2),
B(Star), R(6),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(6), U8(1),
B(JumpIfToBooleanFalse), U8(4),
@@ -549,7 +549,7 @@ bytecodes: [
B(Mov), R(context), R(11),
B(Mov), R(4), R(12),
B(Mov), R(0), R(13),
- B(CallRuntime), U16(Runtime::k_Call), R(12), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(12), U8(2),
B(Jump), U8(29),
B(Star), R(13),
B(LdaConstant), U8(7),
@@ -564,7 +564,7 @@ bytecodes: [
B(Jump), U8(29),
B(Mov), R(4), R(11),
B(Mov), R(0), R(12),
- B(CallRuntime), U16(Runtime::k_Call), R(11), U8(2),
+ B(InvokeIntrinsic), U16(Runtime::k_Call), R(11), U8(2),
B(Star), R(5),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(5), U8(1),
B(JumpIfToBooleanFalse), U8(4),
« no previous file with comments | « src/interpreter/interpreter-intrinsics.cc ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698