Home
last modified time | relevance | path

Searched refs:dominators (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dprofile-generator.cc2626 static int Intersect(int i1, int i2, const Vector<HeapEntry*>& dominators) { in Intersect() argument
2629 while (finger1 < finger2) finger1 = dominators[finger1]->ordered_index(); in Intersect()
2630 while (finger2 < finger1) finger2 = dominators[finger2]->ordered_index(); in Intersect()
2640 Vector<HeapEntry*>* dominators) { in BuildDominatorTree() argument
2643 for (int i = 0; i < root_index; ++i) (*dominators)[i] = NULL; in BuildDominatorTree()
2644 (*dominators)[root_index] = entries[root_index]; in BuildDominatorTree()
2656 if (dominators->at(ret->ordered_index()) != NULL) { in BuildDominatorTree()
2664 if (dominators->at(ret->ordered_index()) != NULL) { in BuildDominatorTree()
2667 *dominators)]; in BuildDominatorTree()
2670 if (new_idom != NULL && dominators->at(i) != new_idom) { in BuildDominatorTree()
[all …]
Dprofile-generator.h1047 Vector<HeapEntry*>* dominators);
/external/webkit/Source/WebCore/
DChangeLog23920 … inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting.html
23921 inspector/profiler/detailed-heapshots-dominators-show-all.html
23922 inspector/profiler/detailed-heapshots-dominators-show-next.html
23923 … inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting.html
23924 inspector/profiler/detailed-heapshots-dominators-sorting.html
DChangeLog-2011-02-16345 - dominators tree;