Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h112 kSynthetic = v8::HeapGraphNode::kSynthetic, enumerator
Dheap-snapshot-generator.cc177 case kSynthetic: return "/synthetic/"; in TypeAsString()
225 root_entry_ = AddEntry(HeapEntry::kSynthetic, "", in AddRootEntry()
233 gc_roots_entry_ = AddEntry(HeapEntry::kSynthetic, "(GC roots)", in AddGcRootsEntry()
240 AddEntry(HeapEntry::kSynthetic, RootVisitor::RootName(root), id, 0, 0); in AddGcSubrootEntry()
1927 return node->IsRootNode() ? HeapEntry::kSynthetic : HeapEntry::kNative; in EmbedderGraphNodeType()
/external/v8/include/
Dv8-profiler.h445 kSynthetic = 9, // Synthetic object, usually used for grouping enumerator