Searched refs:IsAllocTrackingEnabled (Results 1 – 7 of 7) sorted by relevance
220 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()251 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()279 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()295 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
178 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()185 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
3989 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()3991 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()3998 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()4000 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
745 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
41 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
431 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
4808 if (!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in DumpRecentAllocations()4942 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()