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 343 class V8_EXPORT HeapSnapshot {
440 const HeapSnapshot* GetHeapSnapshot(int index);
464 * parameter. HeapSnapshot::GetNodeById will always return NULL for such id.
486 const HeapSnapshot* TakeHeapSnapshot(
497 * 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 40 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) {
47 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
182 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler)
203 void HeapSnapshot::Delete() {
209 void HeapSnapshot::RememberLastJSObjectId() {
214 void HeapSnapshot::AddSyntheticRootEntries() {
226 HeapEntry* HeapSnapshot::AddRootEntry() {
240 HeapEntry* HeapSnapshot::AddGcRootsEntry() {
252 HeapEntry* HeapSnapshot::AddGcSubrootEntry(int tag, SnapshotObjectId id)
    [all...]

Completed in 43 milliseconds