Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h263 void BroadcastForNewAllocationRecords()
Dallocation_record.cc183 void AllocRecordObjectMap::BroadcastForNewAllocationRecords() { in BroadcastForNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dheap.h800 void BroadcastForNewAllocationRecords() const
Dheap.cc4077 void Heap::BroadcastForNewAllocationRecords() const { in BroadcastForNewAllocationRecords() function in art::gc::Heap
4084 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()
/art/runtime/
Druntime.cc1932 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()