| Index: src/compiler/code-stub-assembler.cc
|
| diff --git a/src/compiler/code-stub-assembler.cc b/src/compiler/code-stub-assembler.cc
|
| index 424f5b0116a3d92af36ae8ff677222d3d4348ebc..02efccac14db8b8dda38ab9b44b9e8d23f3062e0 100644
|
| --- a/src/compiler/code-stub-assembler.cc
|
| +++ b/src/compiler/code-stub-assembler.cc
|
| @@ -523,11 +523,6 @@
|
| return Load(MachineType::AnyTagged(), object, offset);
|
| }
|
|
|
| -Node* CodeStubAssembler::LoadMapInstanceSize(Node* map) {
|
| - return Load(MachineType::Uint8(), map,
|
| - IntPtrConstant(Map::kInstanceSizeOffset - kHeapObjectTag));
|
| -}
|
| -
|
| Node* CodeStubAssembler::LoadFixedArrayElementSmiIndex(Node* object,
|
| Node* smi_index,
|
| int additional_offset) {
|
| @@ -707,10 +702,6 @@
|
|
|
| return AllocateRawUnaligned(IntPtrConstant(size_in_bytes), flags, top_address,
|
| limit_address);
|
| -}
|
| -
|
| -Node* CodeStubAssembler::InnerAllocate(Node* previous, int offset) {
|
| - return IntPtrAdd(previous, IntPtrConstant(offset));
|
| }
|
|
|
| Node* CodeStubAssembler::AllocateHeapNumber() {
|
|
|