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

  /external/chromium_org/v8/src/
heap-snapshot-generator-inl.h 51 HeapObject* V8HeapExplorer::GetNthGcSubrootObject(int delta) {
58 int V8HeapExplorer::GetGcSubrootOrder(HeapObject* subroot) {
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...]
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/
test-heap-profiler.cc     [all...]

Completed in 90 milliseconds