Searched defs:HeapGraphEdge (Results 1 - 2 of 2) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h233 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 Dheap-snapshot-generator.cc19 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