Searched defs:V8HeapExplorer (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
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_;

Completed in 67 milliseconds