Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc152 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h266 void BroadcastForNewAllocationRecords()
Dheap.h975 void BroadcastForNewAllocationRecords() const
Dheap.cc4388 void Heap::BroadcastForNewAllocationRecords() const { in BroadcastForNewAllocationRecords() function in art::gc::Heap
4395 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Druntime.cc2819 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()