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

  /external/v8/src/profiler/
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>
476 DISALLOW_COPY_AND_ASSIGN(V8HeapExplorer);
555 V8HeapExplorer v8_heap_explorer_;
heap-snapshot-generator.cc 763 V8HeapExplorer::V8HeapExplorer(
777 V8HeapExplorer::~V8HeapExplorer() {
781 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
786 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object) {
857 HeapEntry* V8HeapExplorer::AddEntry(HeapObject* object,
864 HeapEntry* V8HeapExplorer::AddEntry(Address address,
938 const char* V8HeapExplorer::GetSystemEntryName(HeapObject* object) {
    [all...]

Completed in 188 milliseconds