Lines Matching refs:AllocRecordObjectMap
50 void AllocRecordObjectMap::SetMaxStackDepth(size_t max_stack_depth) { in SetMaxStackDepth()
57 AllocRecordObjectMap::~AllocRecordObjectMap() { in ~AllocRecordObjectMap()
61 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) { in VisitRoots()
108 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) { in SweepAllocationRecords()
141 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords()
147 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords()
152 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords()
156 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()
165 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
167 records = new AllocRecordObjectMap; in SetAllocTrackingEnabled()
193 AllocRecordObjectMap* records = heap->GetAllocationRecords(); in SetAllocTrackingEnabled()
201 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation()
265 void AllocRecordObjectMap::Clear() { in Clear()
269 AllocRecordObjectMap::AllocRecordObjectMap() in AllocRecordObjectMap() function in art::gc::AllocRecordObjectMap