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

Unified Diff: src/heap/mark-compact.h

Issue 2810653002: Add a host parameter to ObjectVisitor methods. (Closed)
Patch Set: remove code Created 3 years, 8 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/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index ed60c2bf1a70638454a86c20b50b74723ecd20f4..2a68da17ee25256de1b99bdfac02c347a672f244 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -275,7 +275,10 @@ class CodeFlusher {
ProcessJSFunctionCandidates();
}
- void IteratePointersToFromSpace(ObjectVisitor* v);
+ inline void VisitListHeads(RootVisitor* v);
+
+ template <typename StaticVisitor>
+ inline void IteratePointersToFromSpace();
private:
void ProcessJSFunctionCandidates();
« src/heap/heap.cc ('K') | « src/heap/heap-inl.h ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698