Searched refs:V8HeapExplorer (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dprofile-generator-inl.h103 HeapObject* V8HeapExplorer::GetNthGcSubrootObject(int delta) {
110 int V8HeapExplorer::GetGcSubrootOrder(HeapObject* subroot) {
H A Dprofile-generator.cc1622 HeapObject* const V8HeapExplorer::kInternalRootObject =
1625 HeapObject* const V8HeapExplorer::kGcRootsObject =
1628 HeapObject* const V8HeapExplorer::kFirstGcSubrootObject =
1631 HeapObject* const V8HeapExplorer::kLastGcSubrootObject =
1636 V8HeapExplorer::V8HeapExplorer( function in class:v8::internal::V8HeapExplorer
1647 V8HeapExplorer::~V8HeapExplorer() {
1651 HeapEntry* V8HeapExplorer::AllocateEntry(
1658 HeapEntry* V8HeapExplorer
[all...]
H A Dprofile-generator.h915 class V8HeapExplorer : public HeapEntriesAllocator { class in namespace:v8::internal
917 V8HeapExplorer(HeapSnapshot* snapshot,
919 virtual ~V8HeapExplorer();
1015 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);
1099 V8HeapExplorer v8_heap_explorer_;
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1206 "Constructor1", i::V8HeapExplorer::GetConstructorName(*js_obj1)));
1210 "Constructor2", i::V8HeapExplorer::GetConstructorName(*js_obj2)));
1214 "Constructor3", i::V8HeapExplorer::GetConstructorName(*js_obj3)));
1218 "Constructor4", i::V8HeapExplorer::GetConstructorName(*js_obj4)));
1222 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj5)));
1226 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj6)));

Completed in 64 milliseconds