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

Unified Diff: src/cpu.h

Issue 6670119: VM initialization refactoring. (Closed)
Patch Set: Created 9 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
Index: src/cpu.h
diff --git a/src/cpu.h b/src/cpu.h
index ddc402f7de090d8b11f9ba838e1adc3acaca45b0..e3073027c1a7559d9a4bbda6d082e69e2783b911 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -53,6 +53,8 @@ class CPU : public AllStatic {
// 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);
« no previous file with comments | « src/arm/cpu-arm.cc ('k') | src/ia32/assembler-ia32.h » ('j') | src/ia32/code-stubs-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698