Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc3888 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local
3889 if (allocation_records != nullptr) { in AllowNewAllocationRecords()
3890 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
3897 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local
3898 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()
3899 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
3908 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local
3909 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()
3910 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()