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

Unified Diff: src/cpu.h

Issue 258993002: Simplified CPU/CpuFeatures a bit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
Index: src/cpu.h
diff --git a/src/cpu.h b/src/cpu.h
index b2e9f7da7ee539581965f7e7991951ee420678b5..b1ca74667d6c835c591d5e3c4864194287135c76 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -102,11 +102,6 @@ class CPU V8_FINAL BASE_EMBEDDED {
// Returns the number of processors online.
static int NumberOfProcessorsOnline();
- // Initializes the cpu architecture support. Called once at VM startup.
- static void SetUp();
-
- static bool SupportsCrankshaft();
-
// Flush instruction cache.
static void FlushICache(void* start, size_t size);
« src/arm/assembler-arm.cc ('K') | « src/arm64/cpu-arm64.cc ('k') | src/flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698