HomeSort by relevance Sort by last modified time
    Searched defs:V8HeapExplorer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
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_;
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(
802 V8HeapExplorer::~V8HeapExplorer() {
806 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
811 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object)
    [all...]

Completed in 174 milliseconds