Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc40 void AllocRecordObjectMap::SetProperties() { in SetProperties()
94 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()
98 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()
137 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()
170 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()
176 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()
181 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()
214 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()
223 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
225 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()
[all …]
Dallocation_record.h200 class AllocRecordObjectMap {
220 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
221 ~AllocRecordObjectMap();
Dheap.h59 class AllocRecordObjectMap; variable
753 AllocRecordObjectMap* GetAllocationRecords() const in GetAllocationRecords()
758 void SetAllocationRecords(AllocRecordObjectMap* records)
1335 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
Dheap.cc3984 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()
4009 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
4018 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
4030 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/hprof/
Dhprof.cc820 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()
/art/runtime/
Ddebugger.cc4802 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
4812 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in DumpRecentAllocations()
4937 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()
4940 gc::AllocRecordObjectMap dummy; in GetRecentAllocations()