Searched refs:V8HeapExplorer (Results 1 – 3 of 3) sorted by relevance
598 V8HeapExplorer::V8HeapExplorer(HeapSnapshot* snapshot, in V8HeapExplorer() function in v8::internal::V8HeapExplorer609 V8HeapExplorer::~V8HeapExplorer() { in ~V8HeapExplorer()613 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry()617 void V8HeapExplorer::ExtractLocation(int entry, HeapObject* object) { in ExtractLocation()635 void V8HeapExplorer::ExtractLocationForJSFunction(int entry, JSFunction* func) { in ExtractLocationForJSFunction()645 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) { in AddEntry()716 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, in AddEntry()723 HeapEntry* V8HeapExplorer::AddEntry(Address address, in AddEntry()798 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) { in GetSystemEntryName()822 int V8HeapExplorer::EstimateObjectsCount() { in EstimateObjectsCount()[all …]
350 class V8HeapExplorer : public HeapEntriesAllocator {352 V8HeapExplorer(HeapSnapshot* snapshot,355 virtual ~V8HeapExplorer();494 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);579 V8HeapExplorer v8_heap_explorer_;
682 friend class V8HeapExplorer; variable