Searched refs:V8HeapExplorer (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/src/ |
D | heap-snapshot-generator.cc | 774 HeapObject* const V8HeapExplorer::kInternalRootObject = 777 HeapObject* const V8HeapExplorer::kGcRootsObject = 780 HeapObject* const V8HeapExplorer::kFirstGcSubrootObject = 783 HeapObject* const V8HeapExplorer::kLastGcSubrootObject = 788 V8HeapExplorer::V8HeapExplorer( in V8HeapExplorer() function in v8::internal::V8HeapExplorer 802 V8HeapExplorer::~V8HeapExplorer() { in ~V8HeapExplorer() 806 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry() 811 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) { in AddEntry() 887 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object, in AddEntry() 894 HeapEntry* V8HeapExplorer::AddEntry(Address address, in AddEntry() [all …]
|
D | heap-snapshot-generator-inl.h | 51 HeapObject* V8HeapExplorer::GetNthGcSubrootObject(int delta) { in GetNthGcSubrootObject() 58 int V8HeapExplorer::GetGcSubrootOrder(HeapObject* subroot) { in GetGcSubrootOrder()
|
D | heap-snapshot-generator.h | 331 class V8HeapExplorer : public HeapEntriesAllocator { 333 V8HeapExplorer(HeapSnapshot* snapshot, 336 virtual ~V8HeapExplorer(); 354 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry, 364 template<V8HeapExplorer::ExtractReferencesMethod extractor> 474 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer); 555 V8HeapExplorer v8_heap_explorer_;
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap-profiler.cc | 1779 "Constructor1", i::V8HeapExplorer::GetConstructorName(*js_obj1))); in TEST() 1783 "Constructor2", i::V8HeapExplorer::GetConstructorName(*js_obj2))); in TEST() 1787 "Constructor3", i::V8HeapExplorer::GetConstructorName(*js_obj3))); in TEST() 1791 "Constructor4", i::V8HeapExplorer::GetConstructorName(*js_obj4))); in TEST() 1795 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj5))); in TEST() 1799 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj6))); in TEST()
|