Searched refs:snapshot_ (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/profiler/ |
D | heap-snapshot-generator-inl.h | 30 return static_cast<int>(this - &snapshot_->entries().first()); in index() 44 SLOW_DCHECK(children_index_ < snapshot_->children().length() || in children_arr() 45 (children_index_ == snapshot_->children().length() && in children_arr() 47 return &snapshot_->children().first() + children_index_; in children_arr() 51 Isolate* HeapEntry::isolate() const { return snapshot_->profiler()->isolate(); } in isolate()
|
D | heap-snapshot-generator.cc | 57 snapshot_(snapshot), in HeapEntry() 67 snapshot_->edges().Add(edge); in SetNamedReference() 76 snapshot_->edges().Add(edge); in SetIndexedReference() 786 snapshot_(snapshot), in V8HeapExplorer() 787 names_(snapshot_->profiler()->names()), in V8HeapExplorer() 788 heap_object_map_(snapshot_->profiler()->heap_object_map()), in V8HeapExplorer() 890 snapshot_->profiler()->allocation_tracker()) { in AddEntry() 894 return snapshot_->AddEntry(type, name, object_id, size, trace_node_id); in AddEntry() 901 : snapshot_(snapshot), in SnapshotFiller() 911 return index != HeapEntry::kNoEntry ? &snapshot_->entries()[index] : NULL; in FindEntry() [all …]
|
D | heap-snapshot-generator.h | 105 HeapSnapshot* snapshot() { return snapshot_; } in snapshot() 138 HeapSnapshot* snapshot_; variable 461 HeapSnapshot* snapshot_; variable 520 HeapSnapshot* snapshot_; variable 554 HeapSnapshot* snapshot_; variable 573 : snapshot_(snapshot), in HeapSnapshotJSONSerializer() 612 HeapSnapshot* snapshot_; variable
|
/external/libchrome/base/process/ |
D | process_iterator.h | 109 HANDLE snapshot_; variable
|
/external/pdfium/testing/ |
D | embedder_test.h | 128 v8::StartupData snapshot_; variable
|
D | embedder_test.cpp | 53 InitializeV8ForPDFium(g_exe_path_, std::string(), &natives_, &snapshot_, in EmbedderTest()
|