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

Unified Diff: src/assembler.h

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 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/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index c92706ce830ee80119319f758d5eacdcc58e13e3..ea6995392ea3b8ec1895b962d2f5132ef82abda8 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -189,6 +189,9 @@ class CpuFeatures : public AllStatic {
static void PrintTarget();
static void PrintFeatures();
+ // Flush instruction cache.
+ static void FlushICache(void* start, size_t size);
+
private:
// Platform-dependent implementation.
static void ProbeImpl(bool cross_compile);
« no previous file with comments | « src/arm64/simulator-arm64.cc ('k') | src/assembler.cc » ('j') | src/base/cpu.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698