Index: src/assembler.h |
diff --git a/src/assembler.h b/src/assembler.h |
index f5ae6119bd7b77d0c452a92c3c2eb55b83bccb3c..5f7e4c0c5f4fce328b3b8c9e6814503be0546a17 100644 |
--- a/src/assembler.h |
+++ b/src/assembler.h |
@@ -749,6 +749,10 @@ class ExternalReference BASE_EMBEDDED { |
// Used for fast allocation in generated code. |
static ExternalReference new_space_allocation_top_address(Isolate* isolate); |
static ExternalReference new_space_allocation_limit_address(Isolate* isolate); |
+ static ExternalReference old_pointer_space_allocation_top_address( |
+ Isolate* isolate); |
+ static ExternalReference old_pointer_space_allocation_limit_address( |
+ Isolate* isolate); |
static ExternalReference double_fp_operation(Token::Value operation, |
Isolate* isolate); |