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 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/profiler/
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.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...]

Completed in 59 milliseconds