Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: src/assembler.h

Issue 1051233002: Reland "Merge old data and pointer space." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/macro-assembler-arm64.h ('k') | src/assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index ab37cd9dab871dc6dbc966cb0dee04fbdef8626a..691cae510ea53f5191d164d03765388922008878 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -939,14 +939,8 @@ 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 old_data_space_allocation_top_address(
- Isolate* isolate);
- static ExternalReference old_data_space_allocation_limit_address(
- Isolate* isolate);
+ static ExternalReference old_space_allocation_top_address(Isolate* isolate);
+ static ExternalReference old_space_allocation_limit_address(Isolate* isolate);
static ExternalReference mod_two_doubles_operation(Isolate* isolate);
static ExternalReference power_double_double_function(Isolate* isolate);
« no previous file with comments | « src/arm64/macro-assembler-arm64.h ('k') | src/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698