Searched refs:AllocRecordObjectMap (Results 1 – 10 of 10) sorted by relevance
42 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 …]
201 class AllocRecordObjectMap {226 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);227 ~AllocRecordObjectMap();
70 class AllocRecordObjectMap; variable871 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()875 void SetAllocationRecords(AllocRecordObjectMap* records)1585 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
351 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()
190 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()257 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
787 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()953 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()956 gc::AllocRecordObjectMap fallback_record_map; in GetRecentAllocations()
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
646 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()656 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
610 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()