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

  /external/v8/src/profiler/
heap-profiler.h 18 class HeapObjectsMap;
45 HeapObjectsMap* heap_object_map() const { return ids_.get(); }
86 std::unique_ptr<HeapObjectsMap> ids_;
allocation-tracker.h 22 class HeapObjectsMap;
108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
141 HeapObjectsMap* ids_;
heap-profiler.cc 18 : ids_(new HeapObjectsMap(heap)),
230 ids_.reset(new HeapObjectsMap(heap()));
heap-snapshot-generator.cc 221 SnapshotObjectId id = HeapObjectsMap::kGcRootsFirstSubrootId;
224 id += HeapObjectsMap::kObjectIdStep;
226 DCHECK(HeapObjectsMap::kFirstAvailableObjectId == id);
235 HeapObjectsMap::kInternalRootObjectId,
248 HeapObjectsMap::kGcRootsObjectId,
351 // HeapObjectsMap::GenerateId) and odds for native objects.
352 const SnapshotObjectId HeapObjectsMap::kInternalRootObjectId = 1;
353 const SnapshotObjectId HeapObjectsMap::kGcRootsObjectId =
354 HeapObjectsMap::kInternalRootObjectId + HeapObjectsMap::kObjectIdStep
    [all...]
heap-snapshot-generator.h 206 class HeapObjectsMap {
218 explicit HeapObjectsMap(Heap* heap);
269 DISALLOW_COPY_AND_ASSIGN(HeapObjectsMap);
465 HeapObjectsMap* heap_object_map_;
allocation-tracker.cc 193 AllocationTracker::AllocationTracker(HeapObjectsMap* ids, StringsStorage* names)

Completed in 1205 milliseconds