Home
last modified time | relevance | path

Searched refs:RecordAllocation (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/gc/
H A Dallocation_record.cc185 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation() function in art::gc::AllocRecordObjectMap
H A Dallocation_record.h218 void RecordAllocation(Thread* self,
H A Dheap-inl.h239 allocation_records_->RecordAllocation(self, &obj, bytes_allocated); in AllocObjectWithAllocator()