Home
last modified time | relevance | path

Searched refs:IsAllocTrackingEnabled (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc220 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()
251 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()
279 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
295 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
Dheap-inl.h178 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()
185 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
Dheap.cc3989 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()
3991 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()
3998 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
4000 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
Dheap.h745 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc41 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
/art/runtime/hprof/
Dhprof.cc431 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
/art/runtime/
Ddebugger.cc4808 if (!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in DumpRecentAllocations()
4942 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()