Home
last modified time | relevance | path

Searched refs:SnapshotFiller (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap-snapshot-generator.h17 class SnapshotFiller; variable
335 void AddRootEntries(SnapshotFiller* filler);
337 bool IterateAndExtractReferences(SnapshotFiller* filler);
453 SnapshotFiller* filler_;
476 void AddRootEntries(SnapshotFiller* filler);
478 bool IterateAndExtractReferences(SnapshotFiller* filler);
518 SnapshotFiller* filler_;
Dheap-snapshot-generator.cc894 class SnapshotFiller { class
896 explicit SnapshotFiller(HeapSnapshot* snapshot, HeapEntriesMap* entries) in SnapshotFiller() function in v8::internal::SnapshotFiller
1846 SnapshotFiller* filler) { in IterateAndExtractReferences()
2408 SnapshotFiller* filler) { in IterateAndExtractReferences()
2614 SnapshotFiller filler(snapshot_, &entries_); in FillReferences()