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

  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 781 V8HeapExplorer::V8HeapExplorer(
795 V8HeapExplorer::~V8HeapExplorer() {
799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
804 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) {
871 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object,
878 HeapEntry* V8HeapExplorer::AddEntry(Address address,
952 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) {
975 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator)
    [all...]
heap-snapshot-generator.h 328 class V8HeapExplorer : public HeapEntriesAllocator {
330 V8HeapExplorer(HeapSnapshot* snapshot,
333 virtual ~V8HeapExplorer();
349 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry,
359 template<V8HeapExplorer::ExtractReferencesMethod extractor>
463 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);
544 V8HeapExplorer v8_heap_explorer_;
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc     [all...]

Completed in 53 milliseconds