Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc221 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()
252 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()
280 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
299 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
Dheap-inl.h176 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()
189 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
Dheap.cc4042 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()
4044 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()
4051 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
4053 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
Dheap.h768 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc40 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
/art/runtime/hprof/
Dhprof.cc450 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
/art/runtime/
Ddebugger.cc4888 if (!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in DumpRecentAllocations()
5023 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()