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.cc378 case kSynthetic: return "/synthetic/"; in TypeAsString()
428 root_entry_ = AddEntry(HeapEntry::kSynthetic, "", in AddRootEntry()
436 gc_roots_entry_ = AddEntry(HeapEntry::kSynthetic, "(GC roots)", in AddGcRootsEntry()
443 AddEntry(HeapEntry::kSynthetic, RootVisitor::RootName(root), id, 0, 0); in AddGcSubrootEntry()
2451 return node->IsRootNode() ? HeapEntry::kSynthetic : HeapEntry::kNative; in EmbedderGraphNodeType()
/third_party/node/deps/v8/include/
Dv8-profiler.h591 kSynthetic = 9, // Synthetic object, usually used for grouping enumerator