Chromium Code Reviews

Unified Diff: src/assembler.h

Issue 1073133002: Reland "Merge cellspace into old pointer space" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/counters.h » ('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 691cae510ea53f5191d164d03765388922008878..fd66e0bfdb111b22c74f562cae1640c191481c2f 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -435,6 +435,7 @@ class RelocInfo {
static inline bool IsEmbeddedObject(Mode mode) {
return mode == EMBEDDED_OBJECT;
}
+ static inline bool IsCell(Mode mode) { return mode == CELL; }
static inline bool IsRuntimeEntry(Mode mode) {
return mode == RUNTIME_ENTRY;
}
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/counters.h » ('j') | no next file with comments »

Powered by Google App Engine