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

Unified Diff: src/heap/scavenger.h

Issue 1488053002: Use FixedTypedArrayBase's body descriptor for static visiting (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 5 years 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/scavenger.h
diff --git a/src/heap/scavenger.h b/src/heap/scavenger.h
index b180879db2dd3be3124c903c776ccf0532646503..30d89efac03805a85eebf3412c056cf9710236cc 100644
--- a/src/heap/scavenger.h
+++ b/src/heap/scavenger.h
@@ -64,6 +64,7 @@ class StaticScavengeVisitor
: public StaticNewSpaceVisitor<StaticScavengeVisitor> {
public:
static inline void VisitPointer(Heap* heap, Object** p);
+ static inline void VisitPointer(Heap* heap, HeapObject* object, Object** p);
};
} // namespace internal
« no previous file with comments | « src/heap/objects-visiting-inl.h ('k') | src/heap/scavenger.cc » ('j') | src/heap/scavenger-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698