Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/
H A Dallocation_record.cc50 void AllocRecordObjectMap::SetMaxStackDepth(size_t max_stack_depth) { in SetMaxStackDepth()
57 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()
61 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()
108 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()
141 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()
147 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()
152 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()
156 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()
165 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
167 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()
[all …]
H A Dallocation_record.h202 class AllocRecordObjectMap {
224 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
225 ~AllocRecordObjectMap();
H A Dheap.h74 class AllocRecordObjectMap; variable
953 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()
957 void SetAllocationRecords(AllocRecordObjectMap* records)
1722 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
H A Dheap.cc423 alloc_record_depth_(AllocRecordObjectMap::kDefaultAllocStackDepth), in Heap()
4367 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()
4392 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
4401 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
4412 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
/aosp_15_r20/art/runtime/
H A Dreference_table_test.cc195 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()
256 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
H A Ddebugger.cc782 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
948 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()
951 gc::AllocRecordObjectMap fallback_record_map; in GetRecentAllocations()
H A Dreference_table.cc214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.cc683 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()
693 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_VMDebug.cc615 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
/aosp_15_r20/art/runtime/hprof/
H A Dhprof.cc830 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()