Searched refs:ids_ (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | heap-profiler.cc | 16 : ids_(new HeapObjectsMap(heap)), in HeapProfiler() 79 ids_->RemoveDeadEntries(); in TakeSnapshot() 94 ids_->UpdateHeapObjectsMap(); in StartHeapObjectsTracking() 98 allocation_tracker_.Reset(new AllocationTracker(ids_.get(), names_.get())); in StartHeapObjectsTracking() 105 return ids_->PushHeapObjectsStats(stream); in PushHeapObjectsStats() 110 ids_->StopHeapObjectsTracking(); in StopHeapObjectsTracking() 121 size += ids_->GetUsedMemorySize(); in GetMemorySizeUsedByProfiler() 143 return ids_->FindEntry(HeapObject::cast(*obj)->address()); in GetSnapshotObjectId() 148 bool known_object = ids_->MoveObject(from, to, size); in ObjectMoveEvent() 164 ids_->UpdateObjectSize(addr, size); in UpdateObjectSizeEvent() [all …]
|
D | heap-profiler.h | 38 HeapObjectsMap* heap_object_map() const { return ids_.get(); } in heap_object_map() 70 Heap* heap() const { return ids_->heap(); } in heap() 73 SmartPointer<HeapObjectsMap> ids_; variable
|
D | allocation-tracker.cc | 197 : ids_(ids), in AllocationTracker() 226 Heap* heap = ids_->heap(); in AllocationEvent() 240 SnapshotObjectId id = ids_->FindOrAddEntry( in AllocationEvent()
|
D | allocation-tracker.h | 133 HeapObjectsMap* ids_; variable
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 879 …m severity_, const vector<GLuint>& ids_, bool enabled_) : source(source_), type(type_), severity(s… in MessageFilter()
|