Searched refs:AllocRecordObjectMap (Results 1 – 10 of 10) sorted by relevance
50 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 …]
202 class AllocRecordObjectMap {224 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);225 ~AllocRecordObjectMap();
74 class AllocRecordObjectMap; variable952 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()956 void SetAllocationRecords(AllocRecordObjectMap* records)1720 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
425 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()
195 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()256 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
782 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()948 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()951 gc::AllocRecordObjectMap fallback_record_map; in GetRecentAllocations()
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
665 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()675 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
510 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
830 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()