Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h262 void BroadcastForNewAllocationRecords()
Dallocation_record.cc181 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dheap.h777 void BroadcastForNewAllocationRecords() const
Dheap.cc4024 void Heap::BroadcastForNewAllocationRecords() const { in BroadcastForNewAllocationRecords() function in art::gc::Heap
4032 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Druntime.cc1700 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()