Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc44 void AllocRecordObjectMap::SetProperties() { in SetProperties()
98 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()
102 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()
141 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()
174 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()
180 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()
185 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()
217 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()
226 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
228 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()
[all …]
Dallocation_record.h201 class AllocRecordObjectMap {
221 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
222 ~AllocRecordObjectMap();
Dheap.h68 class AllocRecordObjectMap; variable
785 AllocRecordObjectMap* GetAllocationRecords() const in GetAllocationRecords()
790 void SetAllocationRecords(AllocRecordObjectMap* records)
1414 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
Dheap.cc3863 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()
3888 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
3897 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
3908 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Dreference_table_test.cc186 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()
253 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
Dreference_table.cc214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
Djava_vm_ext.cc609 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()
619 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
Ddebugger.cc4991 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
5001 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in DumpRecentAllocations()
5191 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()
5194 gc::AllocRecordObjectMap dummy; in GetRecentAllocations()
/art/runtime/hprof/
Dhprof.cc835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()