Lines Matching refs:heap
142 VLOG(heap) << "Start SweepAllocationRecords()"; in SweepAllocationRecords()
170 VLOG(heap) << "Deleted " << count_deleted << " allocation records"; in SweepAllocationRecords()
171 VLOG(heap) << "Updated " << count_moved << " allocation records"; in SweepAllocationRecords()
219 Heap* heap = Runtime::Current()->GetHeap(); in SetAllocTrackingEnabled() local
223 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()
226 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
229 heap->SetAllocationRecords(records); in SetAllocTrackingEnabled()
247 heap->SetAllocTrackingEnabled(true); in SetAllocTrackingEnabled()
254 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()
257 heap->SetAllocTrackingEnabled(false); in SetAllocTrackingEnabled()
259 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
281 Heap* const heap = Runtime::Current()->GetHeap(); in RecordAllocation() local
282 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
301 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()