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

  /external/v8/src/profiler/
heap-snapshot-generator.cc 781 V8HeapExplorer::V8HeapExplorer(
795 V8HeapExplorer::~V8HeapExplorer() {
799 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
804 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) {
875 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object,
882 HeapEntry* V8HeapExplorer::AddEntry(Address address,
956 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) {
979 int V8HeapExplorer::EstimateObjectsCount(HeapIterator* iterator)
    [all...]
heap-snapshot-generator.h 334 class V8HeapExplorer : public HeapEntriesAllocator {
336 V8HeapExplorer(HeapSnapshot* snapshot,
339 virtual ~V8HeapExplorer();
354 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry,
366 template<V8HeapExplorer::ExtractReferencesMethod extractor>
477 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);
556 V8HeapExplorer v8_heap_explorer_;
  /external/v8/test/cctest/
test-heap-profiler.cc     [all...]

Completed in 44 milliseconds