| Index: test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden b/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
|
| index 583a073f137c8c6852fea7fe6d442bccf116ec6a..42ee53e42f42d4a44ee1108951b9e30944d607dd 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
|
| @@ -20,7 +20,7 @@ bytecodes: [
|
| /* 10 E> */ B(StackCheck),
|
| /* 16 S> */ B(Nop),
|
| /* 24 E> */ B(LdrNamedProperty), R(arg0), U8(0), U8(3), R(0),
|
| - /* 25 E> */ B(Call), R(0), R(arg0), U8(1), U8(1),
|
| + /* 25 E> */ B(CallWithFeedback), R(0), R(arg0), U8(1), U8(1),
|
| /* 33 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| @@ -45,7 +45,7 @@ bytecodes: [
|
| B(Mov), R(arg0), R(1),
|
| B(Mov), R(arg1), R(2),
|
| B(Mov), R(arg2), R(3),
|
| - /* 31 E> */ B(Call), R(0), R(1), U8(3), U8(1),
|
| + /* 31 E> */ B(CallWithFeedback), R(0), R(1), U8(3), U8(1),
|
| /* 43 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| @@ -71,7 +71,7 @@ bytecodes: [
|
| B(Star), R(2),
|
| B(Mov), R(arg0), R(1),
|
| B(Mov), R(arg1), R(3),
|
| - /* 28 E> */ B(Call), R(0), R(1), U8(3), U8(1),
|
| + /* 28 E> */ B(CallWithFeedback), R(0), R(1), U8(3), U8(1),
|
| /* 44 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| @@ -477,7 +477,7 @@ bytecodes: [
|
| /* 1161 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(255),
|
| /* 1169 S> */ B(Nop),
|
| /* 1177 E> */ B(Wide), B(LdrNamedProperty), R16(arg0), U16(0), U16(259), R16(0),
|
| - /* 1178 E> */ B(Wide), B(Call), R16(0), R16(arg0), U16(1), U16(257),
|
| + /* 1178 E> */ B(Wide), B(CallWithFeedback), R16(0), R16(arg0), U16(1), U16(257),
|
| /* 1186 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|