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

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

Issue 2587393006: [runtime] Collect IC feedback in DefineDataPropertyInLiteral. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/ObjectLiterals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden b/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
index 0e90e48b21ef592a327de84ba43af1400c82276e..c0d83cd08d94ee43650cf4b616d11597b2fa9630 100644
--- a/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
@@ -296,7 +296,7 @@ bytecodes: [
/* 60 E> */ B(ToName), R(2),
B(LdaSmi), U8(1),
B(Star), R(3),
- B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
+ B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(2),
B(Ldar), R(1),
/* 69 S> */ B(Return),
]
@@ -323,7 +323,7 @@ bytecodes: [
/* 68 E> */ B(ToName), R(2),
B(LdaSmi), U8(1),
B(Star), R(3),
- B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
+ B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(4),
B(Ldar), R(1),
/* 77 S> */ B(Return),
]
@@ -350,7 +350,7 @@ bytecodes: [
/* 60 E> */ B(ToName), R(2),
B(LdaSmi), U8(1),
B(Star), R(3),
- B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
+ B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(2),
B(CreateObjectLiteral), U8(1), U8(0), U8(35), R(4),
B(Mov), R(1), R(2),
B(Mov), R(4), R(3),
@@ -380,7 +380,7 @@ bytecodes: [
/* 60 E> */ B(ToName), R(2),
B(LdaConstant), U8(2),
B(Star), R(3),
- B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
+ B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(2),
B(LdaConstant), U8(3),
B(ToName), R(3),
B(CreateClosure), U8(4), U8(2),

Powered by Google App Engine
This is Rietveld 408576698