Lines Matching refs:AllocRecordObjectMap
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()
256 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
264 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation()
311 void AllocRecordObjectMap::Clear() { in Clear()
315 AllocRecordObjectMap::AllocRecordObjectMap() in AllocRecordObjectMap() function in art::gc::AllocRecordObjectMap