Searched refs:HeapSnapshotGenerator (Results 1 – 3 of 3) sorted by relevance
2395 HeapSnapshotGenerator::HeapSnapshotGenerator(HeapSnapshot* snapshot, in HeapSnapshotGenerator() function in v8::internal::HeapSnapshotGenerator2526 bool HeapSnapshotGenerator::GenerateSnapshot() { in GenerateSnapshot()2552 void HeapSnapshotGenerator::ProgressStep() { in ProgressStep()2557 bool HeapSnapshotGenerator::ProgressReport(bool force) { in ProgressReport()2569 void HeapSnapshotGenerator::SetProgressTotal(int iterations_count) { in SetProgressTotal()2578 bool HeapSnapshotGenerator::CountEntriesAndReferences() { in CountEntriesAndReferences()2588 bool HeapSnapshotGenerator::FillReferences() { in FillReferences()2596 void HeapSnapshotGenerator::FillReversePostorderIndexes( in FillReversePostorderIndexes()2638 bool HeapSnapshotGenerator::BuildDominatorTree( in BuildDominatorTree()2684 bool HeapSnapshotGenerator::SetEntriesDominators() { in SetEntriesDominators()[all …]
1038 class HeapSnapshotGenerator : public SnapshottingProgressReportingInterface {1040 HeapSnapshotGenerator(HeapSnapshot* snapshot,1066 DISALLOW_COPY_AND_ASSIGN(HeapSnapshotGenerator);
408 HeapSnapshotGenerator generator(result, control); in TakeSnapshotImpl()