| 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 99a78be0f1e904643f26f7ccddded1cbd8281969..0ce9f01f1df02082dcebd9ae48f2b8116f809e52 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| @@ -29,15 +29,15 @@ bytecodes: [
|
| B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
| B(LdaConstant), U8(1),
|
| B(Star), R(3),
|
| - B(Mov), R(1), R(4),
|
| - B(Mov), R(3), R(5),
|
| - B(Mov), R(closure), R(6),
|
| B(LdaZero),
|
| B(Star), R(7),
|
| B(LdaSmi), U8(30),
|
| B(Star), R(8),
|
| B(LdaSmi), U8(34),
|
| B(Star), R(9),
|
| + B(Mov), R(1), R(4),
|
| + B(Mov), R(3), R(5),
|
| + B(Mov), R(closure), R(6),
|
| B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
| B(Star), R(1),
|
| /* 34 E> */ B(Call), R(1), R(2), U8(2), U8(0),
|
| @@ -74,15 +74,15 @@ bytecodes: [
|
| B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
| B(LdaConstant), U8(1),
|
| B(Star), R(3),
|
| - B(Mov), R(1), R(4),
|
| - B(Mov), R(3), R(5),
|
| - B(Mov), R(closure), R(6),
|
| B(LdaZero),
|
| B(Star), R(7),
|
| B(LdaSmi), U8(30),
|
| B(Star), R(8),
|
| B(LdaSmi), U8(34),
|
| B(Star), R(9),
|
| + B(Mov), R(1), R(4),
|
| + B(Mov), R(3), R(5),
|
| + B(Mov), R(closure), R(6),
|
| B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
| B(Star), R(1),
|
| /* 34 E> */ B(Call), R(1), R(2), U8(2), U8(0),
|
| @@ -122,15 +122,15 @@ bytecodes: [
|
| B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1),
|
| B(LdaConstant), U8(2),
|
| B(Star), R(3),
|
| - B(Mov), R(1), R(4),
|
| - B(Mov), R(3), R(5),
|
| - B(Mov), R(closure), R(6),
|
| B(LdaZero),
|
| B(Star), R(7),
|
| B(LdaSmi), U8(30),
|
| B(Star), R(8),
|
| B(LdaSmi), U8(49),
|
| B(Star), R(9),
|
| + B(Mov), R(1), R(4),
|
| + B(Mov), R(3), R(5),
|
| + B(Mov), R(closure), R(6),
|
| B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
| B(Star), R(1),
|
| /* 49 E> */ B(Call), R(1), R(2), U8(2), U8(0),
|
|
|