Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index 5e734c8426677a0da58fdc12a087983cde80df06..0f8f871865c3f6fd5f16c461269972dbf1196a48 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -1457,6 +1457,9 @@ class Assembler : public AssemblerBase { |
// Use --code-comments to enable. |
void RecordComment(const char* msg, bool force = false); |
+ // 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); |