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

  /external/v8/include/
v8-profiler.h 350 class V8_EXPORT HeapSnapshot {
536 const HeapSnapshot* GetHeapSnapshot(int index);
560 * parameter. HeapSnapshot::GetNodeById will always return NULL for such id.
582 const HeapSnapshot* TakeHeapSnapshot(
593 * HeapSnapshot.
  /external/v8/src/profiler/
heap-snapshot-generator.h 21 class HeapSnapshot;
38 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
56 INLINE(HeapSnapshot* snapshot() const);
98 HeapEntry(HeapSnapshot* snapshot,
105 HeapSnapshot* snapshot() { return snapshot_; }
138 HeapSnapshot* snapshot_;
146 // HeapSnapshot represents a single heap snapshot. It is stored in
150 // HeapSnapshotGenerator fills in a HeapSnapshot.
151 class HeapSnapshot {
153 explicit HeapSnapshot(HeapProfiler* profiler)
    [all...]
heap-snapshot-generator.cc 39 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) {
46 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
181 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler)
202 void HeapSnapshot::Delete() {
208 void HeapSnapshot::RememberLastJSObjectId() {
213 void HeapSnapshot::AddSyntheticRootEntries() {
225 HeapEntry* HeapSnapshot::AddRootEntry() {
239 HeapEntry* HeapSnapshot::AddGcRootsEntry() {
251 HeapEntry* HeapSnapshot::AddGcSubrootEntry(int tag, SnapshotObjectId id)
    [all...]

Completed in 1699 milliseconds