Searched refs:IsAllocTrackingEnabled (Results 1 – 7 of 7) sorted by relevance
221 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()252 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()280 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()299 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
176 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()189 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
4042 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4044 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4051 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()4053 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
768 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
40 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
450 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
4888 if (!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in DumpRecentAllocations()5023 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()