Searched refs:kSynthetic (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.h | 117 kSynthetic = v8::HeapGraphNode::kSynthetic, enumerator
|
D | heap-snapshot-generator.cc | 378 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/ |
D | v8-profiler.h | 591 kSynthetic = 9, // Synthetic object, usually used for grouping enumerator
|