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

Unified Diff: src/arm64/cpu-arm64.h

Issue 269543016: Move cache line size calculation directly into CPU::FlushICache. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Typo Created 6 years, 8 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 | « no previous file | src/arm64/cpu-arm64.cc » ('j') | src/arm64/cpu-arm64.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/cpu-arm64.h
diff --git a/src/arm64/cpu-arm64.h b/src/arm64/cpu-arm64.h
index ec3b19dc8472f5a18a39692eaf693ddc9c18a3cc..4f7b499791f6215a118d7d061c3675ff860170e2 100644
--- a/src/arm64/cpu-arm64.h
+++ b/src/arm64/cpu-arm64.h
@@ -61,20 +61,11 @@ class CpuFeatures : public AllStatic {
static bool SupportsCrankshaft() { return true; }
private:
- // Return the content of the cache type register.
- static uint32_t GetCacheType();
-
- // I and D cache line size in bytes.
- static unsigned icache_line_size_;
- static unsigned dcache_line_size_;
-
#ifdef DEBUG
static bool initialized_;
#endif
// This isn't used (and is always 0), but it is required by V8.
- static unsigned found_by_runtime_probing_only_;
-
static unsigned cross_compile_;
friend class PlatformFeatureScope;
« no previous file with comments | « no previous file | src/arm64/cpu-arm64.cc » ('j') | src/arm64/cpu-arm64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698