Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc136 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h268 void BroadcastForNewAllocationRecords()
Dheap.h894 void BroadcastForNewAllocationRecords() const
Dheap.cc4081 void Heap::BroadcastForNewAllocationRecords() const { in BroadcastForNewAllocationRecords() function in art::gc::Heap
4088 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Druntime.cc2360 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()