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

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

Issue 2810653002: Add a host parameter to ObjectVisitor methods. (Closed)
Patch Set: rebase 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
« no previous file with comments | « src/heap/heap-inl.h ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index e4acac031a5d045adc7e70098d4e55770e96af20..a87b18be8ee8263dd86746e3d65d6c0949d9c721 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -277,7 +277,10 @@ class CodeFlusher {
ProcessJSFunctionCandidates();
}
- void IteratePointersToFromSpace(ObjectVisitor* v);
+ inline void VisitListHeads(RootVisitor* v);
+
+ template <typename StaticVisitor>
+ inline void IteratePointersToFromSpace();
private:
void ProcessJSFunctionCandidates();
« no previous file with comments | « 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