Home
last modified time | relevance | path

Searched refs:GetAllocationRecords (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/
Dallocation_record.cc149 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
177 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
Dheap.cc4107 GetAllocationRecords()->VisitRoots(visitor); in VisitAllocationRecords()
4116 GetAllocationRecords()->SweepAllocationRecords(visitor); in SweepAllocationRecords()
4124 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
4133 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
4144 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
Dheap.h906 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords() function
/art/runtime/
Dreference_table.cc214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
Ddebugger.cc953 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()
/art/runtime/hprof/
Dhprof.cc835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()