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

Unified Diff: src/profiler/heap-snapshot-generator.h

Issue 1992913004: [heap] Do not invoke GC to make heap iterable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/profiler/heap-profiler.cc ('k') | src/profiler/heap-snapshot-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profiler/heap-snapshot-generator.h
diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h
index 255f61da6c654afa199a29fea6ca94c231188341..1e8f50befc2829e84cd7729e3a8a71f3301d2040 100644
--- a/src/profiler/heap-snapshot-generator.h
+++ b/src/profiler/heap-snapshot-generator.h
@@ -19,6 +19,7 @@ class HeapEntry;
class HeapIterator;
class HeapProfiler;
class HeapSnapshot;
+enum class HeapObjectsFiltering;
class SnapshotFiller;
class HeapGraphEdge BASE_EMBEDDED {
@@ -363,8 +364,8 @@ class V8HeapExplorer : public HeapEntriesAllocator {
const char* GetSystemEntryName(HeapObject* object);
- template<V8HeapExplorer::ExtractReferencesMethod extractor>
- bool IterateAndExtractSinglePass();
+ template <V8HeapExplorer::ExtractReferencesMethod extractor>
+ bool IterateAndExtractSinglePass(HeapObjectsFiltering filtering);
bool ExtractReferencesPass1(int entry, HeapObject* obj);
bool ExtractReferencesPass2(int entry, HeapObject* obj);
« no previous file with comments | « src/profiler/heap-profiler.cc ('k') | src/profiler/heap-snapshot-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698