D | heap-snapshot-generator.cc | 26 HeapGraphEdge::HeapGraphEdge(Type type, const char* name, int from, int to) in HeapGraphEdge() function in v8::internal::HeapGraphEdge 38 HeapGraphEdge::HeapGraphEdge(Type type, int index, int from, int to) in HeapGraphEdge() function in v8::internal::HeapGraphEdge 46 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) { in ReplaceToIndexWithEntry() 69 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type, in SetNamedReference() 72 HeapGraphEdge edge(type, name, this->index(), entry->index()); in SetNamedReference() 78 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, in SetIndexedReference() 81 HeapGraphEdge edge(type, index, this->index(), entry->index()); in SetIndexedReference() 108 HeapGraphEdge& edge = **i; in Print() 113 case HeapGraphEdge::kContextVariable: in Print() 117 case HeapGraphEdge::kElement: in Print() [all …]
|