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

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 a535d511391b85279a8fe00811f13ab1e8c05aa3..c0a08d148e723152fbabdf551dc6cbbcfb0b86f8 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -125,7 +125,7 @@ bytecodes: [
B(Star), R(13),
B(Ldar), R(1),
B(Star), 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(30),
B(Star), R(14),
B(LdaConstant), U8(5),
@@ -143,7 +143,7 @@ bytecodes: [
B(Star), R(12),
B(Ldar), R(1),
B(Star), 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(Star), R(12),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1),
@@ -303,7 +303,7 @@ bytecodes: [
B(Star), R(14),
B(Ldar), R(1),
B(Star), 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(30),
B(Star), R(15),
B(LdaConstant), U8(5),
@@ -321,7 +321,7 @@ bytecodes: [
B(Star), R(13),
B(Ldar), R(1),
B(Star), 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(Star), R(13),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(13), U8(1),
@@ -495,7 +495,7 @@ bytecodes: [
B(Star), R(13),
B(Ldar), R(1),
B(Star), 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(30),
B(Star), R(14),
B(LdaConstant), U8(5),
@@ -513,7 +513,7 @@ bytecodes: [
B(Star), R(12),
B(Ldar), R(1),
B(Star), 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(Star), R(12),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(12), U8(1),
@@ -677,7 +677,7 @@ bytecodes: [
B(Star), R(12),
B(Ldar), R(0),
B(Star), 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(30),
B(Star), R(13),
B(LdaConstant), U8(7),
@@ -695,7 +695,7 @@ bytecodes: [
B(Star), R(11),
B(Ldar), R(0),
B(Star), 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(Star), R(11),
B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(11), U8(1),

Powered by Google App Engine
This is Rietveld 408576698