Home
last modified time | relevance | path

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

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