Searched refs:AllocRecordObjectMap (Results 1 – 9 of 9) 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; variable869 AllocRecordObjectMap* GetAllocationRecords() const REQUIRES(Locks::alloc_tracker_lock_) { in GetAllocationRecords()873 void SetAllocationRecords(AllocRecordObjectMap* records)1578 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
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 dummy; in GetRecentAllocations()
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
644 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()654 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
620 static_cast<size_t>(stack_depth) > gc::AllocRecordObjectMap::kMaxSupportedStackDepth) { in VMDebug_setAllocTrackerStackDepth()
835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()