Home
last modified time | relevance | path

Searched refs:kSynthetic (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h117 kSynthetic = v8::HeapGraphNode::kSynthetic, enumerator
Dheap-snapshot-generator.cc377 case kSynthetic: return "/synthetic/"; in TypeAsString()
427 root_entry_ = AddEntry(HeapEntry::kSynthetic, "", in AddRootEntry()
435 gc_roots_entry_ = AddEntry(HeapEntry::kSynthetic, "(GC roots)", in AddGcRootsEntry()
442 AddEntry(HeapEntry::kSynthetic, RootVisitor::RootName(root), id, 0, 0); in AddGcSubrootEntry()
2450 return node->IsRootNode() ? HeapEntry::kSynthetic : HeapEntry::kNative; in EmbedderGraphNodeType()
/third_party/node/deps/v8/include/
Dv8-profiler.h540 kSynthetic = 9, // Synthetic object, usually used for grouping enumerator