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

  /external/v8/src/profiler/
allocation-tracker.h 22 class HeapObjectsMap;
110 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
141 HeapObjectsMap* ids_;
heap-profiler.h 22 class HeapObjectsMap;
47 HeapObjectsMap* heap_object_map() const { return ids_.get(); }
98 std::unique_ptr<HeapObjectsMap> ids_;
heap-profiler.cc 18 : ids_(new HeapObjectsMap(heap)),
218 ids_.reset(new HeapObjectsMap(heap()));
heap-snapshot-generator.cc 210 SnapshotObjectId id = HeapObjectsMap::kGcRootsFirstSubrootId;
213 id += HeapObjectsMap::kObjectIdStep;
215 DCHECK_EQ(HeapObjectsMap::kFirstAvailableObjectId, id);
224 HeapObjectsMap::kInternalRootObjectId,
237 HeapObjectsMap::kGcRootsObjectId,
314 // HeapObjectsMap::GenerateId) and odds for native objects.
315 const SnapshotObjectId HeapObjectsMap::kInternalRootObjectId = 1;
316 const SnapshotObjectId HeapObjectsMap::kGcRootsObjectId =
317 HeapObjectsMap::kInternalRootObjectId + HeapObjectsMap::kObjectIdStep
    [all...]
heap-snapshot-generator.h 227 class HeapObjectsMap {
239 explicit HeapObjectsMap(Heap* heap);
287 DISALLOW_COPY_AND_ASSIGN(HeapObjectsMap);
481 HeapObjectsMap* heap_object_map_;
allocation-tracker.cc 181 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names)

Completed in 79 milliseconds