Home | History | Annotate | Download | only in gc

Lines Matching refs:AllocRecordObjectMap

44 void AllocRecordObjectMap::SetProperties() {
98 AllocRecordObjectMap::~AllocRecordObjectMap() {
102 void AllocRecordObjectMap::VisitRoots(RootVisitor* visitor) {
141 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) {
174 void AllocRecordObjectMap::AllowNewAllocationRecords() {
180 void AllocRecordObjectMap::DisallowNewAllocationRecords() {
185 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() {
217 void AllocRecordObjectMap::SetAllocTrackingEnabled(bool enable) {
226 AllocRecordObjectMap* records = heap->GetAllocationRecords();
228 records = new AllocRecordObjectMap;
259 AllocRecordObjectMap* records = heap->GetAllocationRecords();
267 void AllocRecordObjectMap::RecordAllocation(Thread* self,
317 void AllocRecordObjectMap::Clear() {
321 AllocRecordObjectMap::AllocRecordObjectMap()