Index: test/cctest/interpreter/bytecode_expectations/ForIn.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/ForIn.golden b/test/cctest/interpreter/bytecode_expectations/ForIn.golden |
index 2b61b6423b0d31cdaabb74f2f09b164430f09252..baf8bf0a81e6fda39f3fdf3b9c2d05b02258a582 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ForIn.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ForIn.golden |
@@ -153,49 +153,47 @@ snippet: " |
" |
frame size: 8 |
parameter count: 1 |
-bytecode array length: 94 |
+bytecode array length: 92 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), |
B(Star), R(1), |
/* 42 E> */ B(Star), R(0), |
/* 77 S> */ B(CreateArrayLiteral), U8(1), U8(1), U8(3), |
- B(JumpIfUndefined), U8(79), |
- B(JumpIfNull), U8(77), |
+ B(JumpIfUndefined), U8(77), |
+ B(JumpIfNull), U8(75), |
B(ToObject), |
B(Star), R(1), |
B(ForInPrepare), R(2), |
B(LdaZero), |
B(Star), R(5), |
/* 68 S> */ B(ForInDone), R(5), R(4), |
- B(JumpIfTrue), U8(64), |
+ B(JumpIfTrue), U8(62), |
B(ForInNext), R(1), R(5), R(2), U8(9), |
- B(JumpIfUndefined), U8(51), |
+ B(JumpIfUndefined), U8(49), |
B(Star), R(6), |
/* 67 E> */ B(Ldar), R(0), |
B(Star), R(7), |
B(Ldar), R(6), |
- B(StoreICSloppy), R(7), U8(2), U8(7), |
+ B(StaNamedPropertySloppy), R(7), U8(2), U8(7), |
/* 62 E> */ B(StackCheck), |
/* 95 S> */ B(Ldar), R(0), |
B(Star), R(6), |
- /* 100 E> */ B(LoadIC), R(6), U8(2), U8(3), |
- B(Star), R(7), |
+ /* 100 E> */ B(LdrNamedProperty), R(6), U8(2), U8(3), R(7), |
B(LdaSmi), U8(10), |
/* 106 E> */ B(TestEqual), R(7), |
B(JumpIfFalse), U8(4), |
- /* 113 S> */ B(Jump), U8(20), |
+ /* 113 S> */ B(Jump), U8(19), |
/* 125 S> */ B(Ldar), R(0), |
B(Star), R(6), |
- /* 130 E> */ B(LoadIC), R(6), U8(2), U8(5), |
- B(Star), R(7), |
+ /* 130 E> */ B(LdrNamedProperty), R(6), U8(2), U8(5), R(7), |
B(LdaSmi), U8(20), |
/* 136 E> */ B(TestEqual), R(7), |
B(JumpIfFalse), U8(4), |
/* 143 S> */ B(Jump), U8(8), |
B(ForInStep), R(5), |
B(Star), R(5), |
- B(Jump), U8(-65), |
+ B(Jump), U8(-63), |
B(LdaUndefined), |
/* 152 S> */ B(Return), |
] |
@@ -237,12 +235,12 @@ bytecodes: [ |
B(LdaZero), |
B(Star), R(8), |
B(Ldar), R(6), |
- B(KeyedStoreICSloppy), R(7), R(8), U8(5), |
+ B(StaKeyedPropertySloppy), R(7), R(8), U8(5), |
/* 59 E> */ B(StackCheck), |
/* 83 S> */ B(Ldar), R(0), |
B(Star), R(6), |
/* 91 E> */ B(LdaSmi), U8(3), |
- B(KeyedLoadIC), R(6), U8(3), |
+ B(LdaKeyedProperty), R(6), U8(3), |
/* 98 S> */ B(Return), |
B(ForInStep), R(5), |
B(Star), R(5), |