Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4009 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4010 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4011 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4018 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4019 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4020 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4030 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4031 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4032 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()