Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dallocation_record.cc131 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords() function in art::gc::AllocRecordObjectMap
H A Dallocation_record.h262 void DisallowNewAllocationRecords()
H A Dheap.h921 void DisallowNewAllocationRecords() const
H A Dheap.cc4130 void Heap::DisallowNewAllocationRecords() const { in DisallowNewAllocationRecords() function in art::gc::Heap
4135 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
/aosp12/art/runtime/
H A Druntime.cc2542 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()