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 17 class HeapObjectsMap;
37 HeapObjectsMap* heap_object_map() const { return ids_.get(); }
75 base::SmartPointer<HeapObjectsMap> ids_;
allocation-tracker.h 22 class HeapObjectsMap;
108 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
142 HeapObjectsMap* ids_;
heap-profiler.cc 16 : ids_(new HeapObjectsMap(heap)),
191 ids_.Reset(new HeapObjectsMap(heap()));
heap-snapshot-generator.cc 217 SnapshotObjectId id = HeapObjectsMap::kGcRootsFirstSubrootId;
220 id += HeapObjectsMap::kObjectIdStep;
222 DCHECK(HeapObjectsMap::kFirstAvailableObjectId == id);
231 HeapObjectsMap::kInternalRootObjectId,
244 HeapObjectsMap::kGcRootsObjectId,
349 // HeapObjectsMap::GenerateId) and odds for native objects.
350 const SnapshotObjectId HeapObjectsMap::kInternalRootObjectId = 1;
351 const SnapshotObjectId HeapObjectsMap::kGcRootsObjectId =
352 HeapObjectsMap::kInternalRootObjectId + HeapObjectsMap::kObjectIdStep
    [all...]
heap-snapshot-generator.h 204 class HeapObjectsMap {
216 explicit HeapObjectsMap(Heap* heap);
267 DISALLOW_COPY_AND_ASSIGN(HeapObjectsMap);
463 HeapObjectsMap* heap_object_map_;
allocation-tracker.cc 195 HeapObjectsMap* ids, StringsStorage* names)

Completed in 43 milliseconds