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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index d905f37dfb708f2170f100f41a473f02e9e30c5b..b86e22bb677d056921d45d61d16825c772120652 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -38,7 +38,7 @@ bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
B(StackCheck),
- B(LdaSmi8), U8(1),
+ B(LdaSmi), U8(1),
B(StaContextSlot), R(context), U8(4),
B(CreateClosure), U8(0), U8(0),
B(Return),
@@ -60,9 +60,9 @@ bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
B(StackCheck),
- B(LdaSmi8), U8(1),
+ B(LdaSmi), U8(1),
B(StaContextSlot), R(context), U8(4),
- B(LdaSmi8), U8(2),
+ B(LdaSmi), U8(2),
B(StaContextSlot), R(context), U8(5),
B(CreateClosure), U8(0), U8(0),
B(Return),
@@ -113,7 +113,7 @@ bytecodes: [
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
B(StackCheck),
- B(LdaSmi8), U8(1),
+ B(LdaSmi), U8(1),
B(StaContextSlot), R(context), U8(4),
B(LdaConstant), U8(0),
B(Star), R(2),
@@ -123,7 +123,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(LdaSmi8), U8(2),
+ B(LdaSmi), U8(2),
B(StaContextSlot), R(context), U8(4),
B(CreateClosure), U8(1), U8(0),
B(PopContext), R(0),
@@ -394,7 +394,7 @@ snippet: "
"
frame size: 3
parameter count: 1
-bytecode array length: 1042
+bytecode array length: 1046
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
@@ -908,9 +908,9 @@ bytecodes: [
B(LdaGlobal), U8(0), U8(1),
B(Star), R(1),
B(Call), R(1), R(2), U8(1), U8(0),
- B(LdaSmi8), U8(100),
- B(StaContextSlotWide), R(context), U16(256),
- B(LdaContextSlotWide), R(context), U16(256),
+ B(LdaSmi), U8(100),
+ B(Wide), B(StaContextSlot), R16(context), U16(256),
+ B(Wide), B(LdaContextSlot), R16(context), U16(256),
B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698