Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4064 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4065 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4066 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4073 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4074 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4075 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4084 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4085 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4086 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()