Searched refs:V8HeapExplorer (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 781 V8HeapExplorer::V8HeapExplorer( in V8HeapExplorer() function in v8::internal::V8HeapExplorer 795 V8HeapExplorer::~V8HeapExplorer() { in ~V8HeapExplorer() 799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry() 804 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) { in AddEntry() 875 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, in AddEntry() 882 HeapEntry* V8HeapExplorer::AddEntry(Address address, in AddEntry() 956 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) { in GetSystemEntryName() 979 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount() 992 IndexedReferencesExtractor(V8HeapExplorer* generator, HeapObject* parent_obj, in IndexedReferencesExtractor() 1021 V8HeapExplorer* generator_; [all …]
|
D | heap-snapshot-generator.h | 334 class V8HeapExplorer : public HeapEntriesAllocator { 336 V8HeapExplorer(HeapSnapshot* snapshot, 339 virtual ~V8HeapExplorer(); 354 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry, 366 template<V8HeapExplorer::ExtractReferencesMethod extractor> 477 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer); 556 V8HeapExplorer v8_heap_explorer_;
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1864 "Constructor1", i::V8HeapExplorer::GetConstructorName(*js_obj1))); in TEST() 1871 "Constructor2", i::V8HeapExplorer::GetConstructorName(*js_obj2))); in TEST() 1878 i::V8HeapExplorer::GetConstructorName(*js_obj3))); in TEST() 1885 i::V8HeapExplorer::GetConstructorName(*js_obj4))); in TEST() 1892 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj5))); in TEST() 1899 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj6))); in TEST()
|