Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc147 void AllocRecordObjectMap::DisallowNewAllocationRecords() { in DisallowNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h260 void DisallowNewAllocationRecords()
Dheap.h967 void DisallowNewAllocationRecords() const
Dheap.cc4379 void Heap::DisallowNewAllocationRecords() const { in DisallowNewAllocationRecords() function in art::gc::Heap
4384 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()
/art/runtime/
Druntime.cc2785 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()