Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc131 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h262 void DisallowNewAllocationRecords()
Dheap.h886 void DisallowNewAllocationRecords() const
Dheap.cc4072 void Heap::DisallowNewAllocationRecords() const { in DisallowNewAllocationRecords() function in art::gc::Heap
4077 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
/art/runtime/
Druntime.cc2326 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()