Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h111 kSynthetic = v8::HeapGraphNode::kSynthetic, enumerator
Dheap-snapshot-generator.cc169 case kSynthetic: return "/synthetic/"; in TypeAsString()
222 HeapEntry* entry = AddEntry(HeapEntry::kSynthetic, in AddRootEntry()
235 HeapEntry* entry = AddEntry(HeapEntry::kSynthetic, in AddGcRootsEntry()
247 AddEntry(HeapEntry::kSynthetic, RootVisitor::RootName(root), id, 0, 0); in AddGcSubrootEntry()
2192 new BasicHeapEntriesAllocator(snapshot, HeapEntry::kSynthetic)), in NativeObjectsExplorer()
/external/v8/include/
Dv8-profiler.h404 kSynthetic = 9, // Synthetic object, usually used for grouping enumerator