Searched refs:AllocRecordObjectMap (Results 1 – 9 of 9) sorted by relevance
44 void AllocRecordObjectMap::SetProperties() { in SetProperties()98 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()102 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()141 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()174 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()180 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()185 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()217 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()226 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()228 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()[all …]
201 class AllocRecordObjectMap {221 AllocRecordObjectMap() REQUIRES(Locks::alloc_tracker_lock_);222 ~AllocRecordObjectMap();
68 class AllocRecordObjectMap; variable785 AllocRecordObjectMap* GetAllocationRecords() const in GetAllocationRecords()790 void SetAllocationRecords(AllocRecordObjectMap* records)1414 std::unique_ptr<AllocRecordObjectMap> allocation_records_;
3863 void Heap::SetAllocationRecords(AllocRecordObjectMap* records) { in SetAllocationRecords()3888 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords()3897 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords()3908 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords()
186 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in TEST_F()253 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in TEST_F()
214 gc::AllocRecordObjectMap* records = runtime->GetHeap()->GetAllocationRecords(); in Dump()
609 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(true); in CheckGlobalRefAllocationTracking()619 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(false); in CheckGlobalRefAllocationTracking()
4991 gc::AllocRecordObjectMap::SetAllocTrackingEnabled(enable); in SetAllocTrackingEnabled()5001 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in DumpRecentAllocations()5191 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations()5194 gc::AllocRecordObjectMap dummy; in GetRecentAllocations()
835 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in PopulateAllocationTrackingTraces()