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();
69 class AllocRecordObjectMap; variable848 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()852 void SetAllocationRecords(AllocRecordObjectMap* records)1531 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
307 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()
190 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()257 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
4849 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()
637 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()647 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
616 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
836 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()