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

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

Completed in 76 milliseconds