Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4373 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4374 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4375 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4382 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4383 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4384 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4393 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4394 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4395 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()