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.h70 class AllocRecordObjectMap; variable
871 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()
875 void SetAllocationRecords(AllocRecordObjectMap* records)
1585 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
Dheap.cc351 alloc_record_depth_(AllocRecordObjectMap::kDefaultAllocStackDepth), in Heap()
4041 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()
4066 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
4075 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
4086 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()
Ddebugger.cc787 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()
953 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()
956 gc::AllocRecordObjectMap fallback_record_map; in GetRecentAllocations()
Dreference_table.cc214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
/art/runtime/jni/
Djava_vm_ext.cc646 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()
656 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
/art/runtime/native/
Ddalvik_system_VMDebug.cc610 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
/art/runtime/hprof/
Dhprof.cc835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()