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