Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc125 void AllocRecordObjectMap::AllowNewAllocationRecords() { in AllowNewAllocationRecords() function in art::gc::AllocRecordObjectMap
Dallocation_record.h265 void AllowNewAllocationRecords()
Dheap.h890 void AllowNewAllocationRecords() const
Dheap.cc4063 void Heap::AllowNewAllocationRecords() const { in AllowNewAllocationRecords() function in art::gc::Heap
4068 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()
/art/runtime/
Druntime.cc2342 heap_->AllowNewAllocationRecords(); in AllowNewSystemWeaks()