Searched refs:V8HeapExplorer (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
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() 871 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, in AddEntry() 878 HeapEntry* V8HeapExplorer::AddEntry(Address address, in AddEntry() 952 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) { in GetSystemEntryName() 975 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator) { in EstimateObjectsCount() 988 IndexedReferencesExtractor(V8HeapExplorer* generator, in IndexedReferencesExtractor() 1035 V8HeapExplorer* generator_; [all …]
|
D | heap-snapshot-generator.h | 328 class V8HeapExplorer : public HeapEntriesAllocator { 330 V8HeapExplorer(HeapSnapshot* snapshot, 333 virtual ~V8HeapExplorer(); 349 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry, 359 template<V8HeapExplorer::ExtractReferencesMethod extractor> 463 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer); 544 V8HeapExplorer v8_heap_explorer_;
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1859 "Constructor1", i::V8HeapExplorer::GetConstructorName(*js_obj1))); in TEST() 1863 "Constructor2", i::V8HeapExplorer::GetConstructorName(*js_obj2))); in TEST() 1869 0, StringCmp("Object", i::V8HeapExplorer::GetConstructorName(*js_obj3))); in TEST() 1875 0, StringCmp("Object", i::V8HeapExplorer::GetConstructorName(*js_obj4))); in TEST() 1879 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj5))); in TEST() 1883 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj6))); in TEST()
|