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

Unified Diff: src/serialize.h

Issue 375223002: Flush ICache after deserializing code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.h
diff --git a/src/serialize.h b/src/serialize.h
index df9cb68f4d21aa5f869b9033c9d69975133df566..6cc90eaafc2bb01c65da5b951634a8360e0f89c3 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -249,6 +249,8 @@ class Deserializer: public SerializerDeserializer {
reservations_[space_number] = reservation;
}
+ void FlushICacheForNewCodeObjects();
+
private:
virtual void VisitPointers(Object** start, Object** end);
@@ -286,8 +288,6 @@ class Deserializer: public SerializerDeserializer {
return HeapObject::FromAddress(high_water_[space] - offset);
}
- void FlushICacheForNewCodeObjects();
-
// Cached current isolate.
Isolate* isolate_;
« no previous file with comments | « no previous file | src/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698