Index: test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
index 7c86e83ca754f4345a0c2b0d83fcfba8ce309574..acec42f2e02165dc3dc1c41f7833c0c00ab16633 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
@@ -34,7 +34,7 @@ bytecodes: [ |
B(Mov), R(closure), R(6), |
B(LdaZero), |
B(Star), R(7), |
- B(LdaSmi8), U8(30), |
+ B(LdaSmi), U8(30), |
B(Star), R(8), |
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5), |
B(Star), R(1), |
@@ -77,7 +77,7 @@ bytecodes: [ |
B(Mov), R(closure), R(6), |
B(LdaZero), |
B(Star), R(7), |
- B(LdaSmi8), U8(30), |
+ B(LdaSmi), U8(30), |
B(Star), R(8), |
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5), |
B(Star), R(1), |
@@ -111,7 +111,7 @@ bytecodes: [ |
B(Ldar), R(new_target), |
B(StaContextSlot), R(context), U8(6), |
B(StackCheck), |
- B(LdaSmi8), U8(20), |
+ B(LdaSmi), U8(20), |
B(StaLookupSlotSloppy), U8(0), |
B(LdaConstant), U8(1), |
B(Star), R(3), |
@@ -123,7 +123,7 @@ bytecodes: [ |
B(Mov), R(closure), R(6), |
B(LdaZero), |
B(Star), R(7), |
- B(LdaSmi8), U8(30), |
+ B(LdaSmi), U8(30), |
B(Star), R(8), |
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5), |
B(Star), R(1), |