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

  /external/chromium_org/v8/src/
allocation-tracker.h 13 class HeapObjectsMap;
99 AllocationTracker(HeapObjectsMap* ids, StringsStorage* names);
133 HeapObjectsMap* ids_;
heap-profiler.h 38 HeapObjectsMap* heap_object_map() const { return ids_.get(); }
73 SmartPointer<HeapObjectsMap> ids_;
heap-profiler.cc 16 : ids_(new HeapObjectsMap(heap)),
193 ids_.Reset(new HeapObjectsMap(heap()));
heap-snapshot-generator.cc 222 SnapshotObjectId id = HeapObjectsMap::kGcRootsFirstSubrootId;
225 id += HeapObjectsMap::kObjectIdStep;
227 DCHECK(HeapObjectsMap::kFirstAvailableObjectId == id);
236 HeapObjectsMap::kInternalRootObjectId,
249 HeapObjectsMap::kGcRootsObjectId,
353 // HeapObjectsMap::GenerateId) and odds for native objects.
354 const SnapshotObjectId HeapObjectsMap::kInternalRootObjectId = 1;
355 const SnapshotObjectId HeapObjectsMap::kGcRootsObjectId =
356 HeapObjectsMap::kInternalRootObjectId + HeapObjectsMap::kObjectIdStep
    [all...]
heap-snapshot-generator.h 204 class HeapObjectsMap {
206 explicit HeapObjectsMap(Heap* heap);
261 DISALLOW_COPY_AND_ASSIGN(HeapObjectsMap);
451 HeapObjectsMap* heap_object_map_;
allocation-tracker.cc 196 HeapObjectsMap* ids, StringsStorage* names)

Completed in 45 milliseconds