Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h257 void DisallowNewAllocationRecords()
Dallocation_record.cc180 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dheap.h801 void DisallowNewAllocationRecords() const
Dheap.cc3894 void Heap::DisallowNewAllocationRecords() const { in DisallowNewAllocationRecords() function in art::gc::Heap
3899 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
/art/runtime/
Druntime.cc2127 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()