| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index a2b72821eff9e9ec37bf7ee8642f2884c0195ea8..fa6166108c99d3b2faa884c49677a4805a396073 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -1462,12 +1462,6 @@ class Assembler : public AssemblerBase {
|
| // Use --code-comments to enable.
|
| void RecordComment(const char* msg, bool force = false);
|
|
|
| - // Allocate a constant pool of the correct size for the generated code.
|
| - MaybeObject* AllocateConstantPool(Heap* heap);
|
| -
|
| - // Generate the constant pool for the generated code.
|
| - void PopulateConstantPool(ConstantPoolArray* constant_pool);
|
| -
|
| // Writes a single word of data in the code stream.
|
| // Used for inline tables, e.g., jump-tables.
|
| void db(uint8_t data);
|
|
|