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

  /external/v8/src/profiler/
heap-profiler.h 19 class HeapSnapshot;
30 HeapSnapshot* TakeSnapshot(
51 HeapSnapshot* GetSnapshot(int index);
54 void RemoveSnapshot(HeapSnapshot* snapshot);
87 List<HeapSnapshot*> snapshots_;
heap-snapshot-generator.h 24 class HeapSnapshot;
41 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
59 INLINE(HeapSnapshot* snapshot() const);
100 HeapEntry(HeapSnapshot* snapshot,
107 HeapSnapshot* snapshot() { return snapshot_; }
140 HeapSnapshot* snapshot_;
148 // HeapSnapshot represents a single heap snapshot. It is stored in
152 // HeapSnapshotGenerator fills in a HeapSnapshot.
153 class HeapSnapshot {
155 explicit HeapSnapshot(HeapProfiler* profiler)
    [all...]
heap-snapshot-generator-inl.h 24 HeapSnapshot* HeapGraphEdge::snapshot() const {
heap-profiler.cc 23 static void DeleteHeapSnapshot(HeapSnapshot** snapshot_ptr) {
41 void HeapProfiler::RemoveSnapshot(HeapSnapshot* snapshot) {
78 HeapSnapshot* HeapProfiler::TakeSnapshot(
81 HeapSnapshot* result = new HeapSnapshot(this);
171 HeapSnapshot* HeapProfiler::GetSnapshot(int index) {
heap-snapshot-generator.cc 46 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) {
53 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
186 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler)
207 void HeapSnapshot::Delete() {
213 void HeapSnapshot::RememberLastJSObjectId() {
218 void HeapSnapshot::AddSyntheticRootEntries() {
230 HeapEntry* HeapSnapshot::AddRootEntry() {
244 HeapEntry* HeapSnapshot::AddGcRootsEntry() {
256 HeapEntry* HeapSnapshot::AddGcSubrootEntry(int tag, SnapshotObjectId id)
    [all...]
  /external/v8/include/
v8-profiler.h 460 class V8_EXPORT HeapSnapshot {
664 const HeapSnapshot* GetHeapSnapshot(int index);
688 * parameter. HeapSnapshot::GetNodeById will always return NULL for such id.
710 const HeapSnapshot* TakeHeapSnapshot(
721 * HeapSnapshot.
  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.cc 223 const v8::HeapSnapshot* snapshot =
228 const_cast<v8::HeapSnapshot*>(snapshot)->Delete();
  /external/v8/src/
api.cc     [all...]

Completed in 222 milliseconds