Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h212 void RecordAllocation(Thread* self,
Dallocation_record.cc264 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation() function in art::gc::AllocRecordObjectMap
Dheap-inl.h182 allocation_records_->RecordAllocation(self, &obj, bytes_allocated); in AllocObjectWithAllocator()