Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc42 void AllocRecordObjectMap::SetMaxStackDepth(size_t max_stack_depth) { in SetMaxStackDepth()
49 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()
53 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()
92 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()
125 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()
131 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()
136 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()
140 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()
149 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
151 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()
[all …]
Dallocation_record.h201 class AllocRecordObjectMap {
226 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
227 ~AllocRecordObjectMap();
Dheap.h69 class AllocRecordObjectMap; variable
848 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()
852 void SetAllocationRecords(AllocRecordObjectMap* records)
1531 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
Dheap.cc307 alloc_record_depth_(AllocRecordObjectMap::kDefaultAllocStackDepth), in Heap()
4156 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()
4181 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
4190 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
4201 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Dreference_table_test.cc190 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()
257 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
Dreference_table.cc214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
Ddebugger.cc4849 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
4859 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in DumpRecentAllocations()
5049 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()
5052 gc::AllocRecordObjectMap dummy; in GetRecentAllocations()
/art/runtime/jni/
Djava_vm_ext.cc637 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()
647 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
/art/runtime/native/
Ddalvik_system_VMDebug.cc616 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
/art/runtime/hprof/
Dhprof.cc836 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()