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.h921 void DisallowNewAllocationRecords() const
Dheap.cc4130 void Heap::DisallowNewAllocationRecords() const { in DisallowNewAllocationRecords() function in art::gc::Heap
4135 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
/art/runtime/
Druntime.cc2542 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()