Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc4062 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
4063 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
4064 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
4071 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
4072 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
4073 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
4082 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
4083 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
4084 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()