Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4066 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4067 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4068 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4075 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4076 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4077 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4086 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4087 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4088 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()