Home
last modified time | relevance | path

Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc4124 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4125 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4126 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4133 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4134 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4135 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4144 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4145 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4146 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()