Searched refs:AllocRecordObjectMap (Results 1 – 6 of 6) sorted by relevance
40 void AllocRecordObjectMap::SetProperties() { in SetProperties()94 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()98 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()137 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()170 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()176 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()181 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()214 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()223 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()225 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()[all …]
200 class AllocRecordObjectMap {220 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);221 ~AllocRecordObjectMap();
59 class AllocRecordObjectMap; variable753 AllocRecordObjectMap* GetAllocationRecords() const in GetAllocationRecords()758 void SetAllocationRecords(AllocRecordObjectMap* records)1335 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
3984 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()4009 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()4018 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()4030 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
820 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()
4802 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()4812 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in DumpRecentAllocations()4937 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()4940 gc::AllocRecordObjectMap dummy; in GetRecentAllocations()