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

Unified Diff: src/assembler.h

Issue 1474323002: Delete Assembler::FlushICacheWithoutIsolate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 5 years, 1 month 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 | « src/arm64/assembler-arm64-inl.h ('k') | src/assembler.cc » ('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 d5cc4ed216a756bc9f023700af2c2e4114a6992c..ac597ff7cd163a57baab11f0418a7ff307de8d20 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -110,9 +110,6 @@ class AssemblerBase: public Malloced {
static void FlushICache(Isolate* isolate, void* start, size_t size);
- // TODO(all): Help get rid of this one.
- static void FlushICacheWithoutIsolate(void* start, size_t size);
-
protected:
// The buffer into which code and relocation info are generated. It could
// either be owned by the assembler or be provided externally.
« no previous file with comments | « src/arm64/assembler-arm64-inl.h ('k') | src/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698