Home
last modified time | relevance | path

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

/art/runtime/gc/
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 …]
Dallocation_record.h202 class AllocRecordObjectMap {
224 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);
225 ~AllocRecordObjectMap();
Dheap.h74 class AllocRecordObjectMap; variable
952 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()
956 void SetAllocationRecords(AllocRecordObjectMap* records)
1720 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
Dheap.cc425 alloc_record_depth_(AllocRecordObjectMap::kDefaultAllocStackDepth), in Heap()
4348 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()
4373 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()
4382 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()
4393 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Dreference_table_test.cc195 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()
256 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
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()
Dreference_table.cc214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
/art/runtime/jni/
Djava_vm_ext.cc665 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()
675 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
/art/runtime/native/
Ddalvik_system_VMDebug.cc510 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
/art/runtime/hprof/
Dhprof.cc830 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()