Home
last modified time | relevance | path

Searched refs:V8HeapExplorer (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.cc758 V8HeapExplorer::V8HeapExplorer( in V8HeapExplorer() function in v8::internal::V8HeapExplorer
772 V8HeapExplorer::~V8HeapExplorer() { in ~V8HeapExplorer()
776 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()
781 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) { in AddEntry()
850 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, in AddEntry()
857 HeapEntry* V8HeapExplorer::AddEntry(Address address, in AddEntry()
931 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) { in GetSystemEntryName()
954 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount()
967 IndexedReferencesExtractor(V8HeapExplorer* generator, HeapObject* parent_obj, in IndexedReferencesExtractor()
996 V8HeapExplorer* generator_;
[all …]
Dheap-snapshot-generator.h336 class V8HeapExplorer : public HeapEntriesAllocator {
338 V8HeapExplorer(HeapSnapshot* snapshot,
341 virtual ~V8HeapExplorer();
356 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry,
368 template<V8HeapExplorer::ExtractReferencesMethod extractor>
479 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);
559 V8HeapExplorer v8_heap_explorer_;