| Index: test/cctest/interpreter/bytecode_expectations/CallNew.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/CallNew.golden b/test/cctest/interpreter/bytecode_expectations/CallNew.golden
|
| index 5ddf431abc838c91067893d282c0cc9f784c8047..2ee9613b59b09097d6e77eb7a6730dfe2a5febf8 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/CallNew.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/CallNew.golden
|
| @@ -16,16 +16,15 @@ snippet: "
|
| "
|
| frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 12
|
| +bytecode array length: 11
|
| bytecodes: [
|
| /* 45 E> */ B(StackCheck),
|
| - /* 50 S> */ B(LdrGlobal), U8(0), U8(3), R(0),
|
| + /* 50 S> */ B(LdrGlobal), U8(3), R(0),
|
| B(Ldar), R(0),
|
| /* 57 E> */ B(New), R(0), R(0), U8(0),
|
| /* 68 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -38,10 +37,10 @@ snippet: "
|
| "
|
| frame size: 2
|
| parameter count: 1
|
| -bytecode array length: 16
|
| +bytecode array length: 15
|
| bytecodes: [
|
| /* 58 E> */ B(StackCheck),
|
| - /* 63 S> */ B(LdrGlobal), U8(0), U8(3), R(0),
|
| + /* 63 S> */ B(LdrGlobal), U8(3), R(0),
|
| B(LdaSmi), U8(3),
|
| B(Star), R(1),
|
| B(Ldar), R(0),
|
| @@ -49,7 +48,6 @@ bytecodes: [
|
| /* 82 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -67,10 +65,10 @@ snippet: "
|
| "
|
| frame size: 4
|
| parameter count: 1
|
| -bytecode array length: 24
|
| +bytecode array length: 23
|
| bytecodes: [
|
| /* 100 E> */ B(StackCheck),
|
| - /* 105 S> */ B(LdrGlobal), U8(0), U8(3), R(0),
|
| + /* 105 S> */ B(LdrGlobal), U8(3), R(0),
|
| B(LdaSmi), U8(3),
|
| B(Star), R(1),
|
| B(LdaSmi), U8(4),
|
| @@ -82,7 +80,6 @@ bytecodes: [
|
| /* 130 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
|
|