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

Unified Diff: src/arm/assembler-arm.h

Issue 1332283002: Make FlushICache part of Assembler(Base) and take Isolate as parameter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Make serializer aware of new methods Created 5 years, 3 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/arm/assembler-arm-inl.h » ('j') | src/assembler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm/assembler-arm.h
diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h
index c54e51df78cb57c146f1f9f815214ca899057e49..817486a230d80148fde6e109c5ee5ef277ff3072 100644
--- a/src/arm/assembler-arm.h
+++ b/src/arm/assembler-arm.h
@@ -659,6 +659,9 @@ const VmovIndex VmovIndexHi = { 1 };
class Assembler : public AssemblerBase {
public:
+ using AssemblerBase::FlushICache;
+ using AssemblerBase::FlushICacheWithoutIsolate;
+
// Create an assembler. Instructions and relocation information are emitted
// into a buffer, with the instructions starting from the beginning and the
// relocation information starting from the end of the buffer. See CodeDesc
« no previous file with comments | « no previous file | src/arm/assembler-arm-inl.h » ('j') | src/assembler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698