Searched defs:HeapGraphEdge (Results 1 - 2 of 2) sorted by relevance
/external/v8/include/ |
H A D | v8-profiler.h | 233 class V8_EXPORT HeapGraphEdge { class in namespace:v8 249 /** Returns edge type (see HeapGraphEdge::Type). */ 312 const HeapGraphEdge* GetChild(int index) const;
|
/external/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 19 HeapGraphEdge::HeapGraphEdge(Type type, const char* name, int from, int to) function in class:v8::internal::HeapGraphEdge 31 HeapGraphEdge::HeapGraphEdge(Type type, int index, int from, int to) function in class:v8::internal::HeapGraphEdge 39 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) { 62 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type, 65 HeapGraphEdge edge(type, name, this->index(), entry->index()); 71 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, 74 HeapGraphEdge edge(type, index, this->index(), entry->index()); 100 Vector<HeapGraphEdge*> c [all...] |
Completed in 5312 milliseconds