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

  /external/v8/src/profiler/
heap-snapshot-generator.cc 758 V8HeapExplorer::V8HeapExplorer(
772 V8HeapExplorer::~V8HeapExplorer() {
776 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
781 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) {
850 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object,
857 HeapEntry* V8HeapExplorer::AddEntry(Address address,
931 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) {
    [all...]
heap-snapshot-generator.h 336 class V8HeapExplorer : public HeapEntriesAllocator {
338 V8HeapExplorer(HeapSnapshot* snapshot,
341 virtual ~V8HeapExplorer();
356 typedef bool (V8HeapExplorer::*ExtractReferencesMethod)(int entry,
368 template<V8HeapExplorer::ExtractReferencesMethod extractor>
479 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);
559 V8HeapExplorer v8_heap_explorer_;

Completed in 495 milliseconds