Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4181 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4182 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4183 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4190 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4191 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4192 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4201 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4202 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4203 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()