D | heap-snapshot-generator.cc | 20 HeapGraphEdge::HeapGraphEdge(Type type, const char* name, int from, int to) in HeapGraphEdge() function in v8::internal::HeapGraphEdge 33 HeapGraphEdge::HeapGraphEdge(Type type, int index, int from, int to) in HeapGraphEdge() function in v8::internal::HeapGraphEdge 42 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) { in ReplaceToIndexWithEntry() 65 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type, in SetNamedReference() 68 HeapGraphEdge edge(type, name, this->index(), entry->index()); in SetNamedReference() 74 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, in SetIndexedReference() 77 HeapGraphEdge edge(type, index, this->index(), entry->index()); in SetIndexedReference() 103 Vector<HeapGraphEdge*> ch = children(); in Print() 105 HeapGraphEdge& edge = *ch[i]; in Print() 110 case HeapGraphEdge::kContextVariable: in Print() [all …]
|