D | heap-snapshot-generator.cc | 37 HeapGraphEdge::HeapGraphEdge(Type type, const char* name, int from, int to) in HeapGraphEdge() function in v8::internal::HeapGraphEdge 49 HeapGraphEdge::HeapGraphEdge(Type type, int index, int from, int to) in HeapGraphEdge() function in v8::internal::HeapGraphEdge 57 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) { in ReplaceToIndexWithEntry() 80 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type, in SetNamedReference() 83 HeapGraphEdge edge(type, name, this->index(), entry->index()); in SetNamedReference() 89 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, in SetIndexedReference() 92 HeapGraphEdge edge(type, index, this->index(), entry->index()); in SetIndexedReference() 119 HeapGraphEdge& edge = **i; in Print() 124 case HeapGraphEdge::kContextVariable: in Print() 128 case HeapGraphEdge::kElement: in Print() [all …]
|