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

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

Issue 2169813002: [interpreter] Add output register to ToName (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@addregouts
Patch Set: 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
« no previous file with comments | « src/interpreter/mkpeephole.cc ('k') | test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
index 7195db3ef0aba9f53b2cd68af4d47f446f853b59..63a854a639b75077a67f8eea53a5fc45ee22c22a 100644
--- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
@@ -122,7 +122,7 @@ snippet: "
"
frame size: 10
parameter count: 1
-bytecode array length: 126
+bytecode array length: 124
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(2),
@@ -147,8 +147,7 @@ bytecodes: [
B(Star), R(3),
B(LdrNamedProperty), R(3), U8(3), U8(1), R(4),
/* 75 E> */ B(LdaContextSlot), R(context), U8(4),
- B(ToName),
- B(Star), R(6),
+ B(ToName), R(6),
B(CreateClosure), U8(4), U8(2),
B(Star), R(7),
B(LdaSmi), U8(2),
@@ -158,8 +157,7 @@ bytecodes: [
B(Mov), R(4), R(5),
B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5), U8(5),
/* 106 E> */ B(LdaContextSlot), R(context), U8(5),
- B(ToName),
- B(Star), R(6),
+ B(ToName), R(6),
B(LdaConstant), U8(3),
B(TestEqualStrict), R(6),
B(Mov), R(3), R(5),
« no previous file with comments | « src/interpreter/mkpeephole.cc ('k') | test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698