Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.h1046 bool BuildDominatorTree(const Vector<HeapEntry*>& entries,
Dprofile-generator.cc2638 bool HeapSnapshotGenerator::BuildDominatorTree( in BuildDominatorTree() function in v8::internal::HeapSnapshotGenerator
2689 if (!BuildDominatorTree(ordered_entries, &dominators)) return false; in SetEntriesDominators()