Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc201 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation() function in art::gc::AllocRecordObjectMap
Dallocation_record.h219 EXPORT void RecordAllocation(Thread* self, ObjPtr<mirror::Object>* obj, size_t byte_count)
Dheap-inl.h240 allocation_records_->RecordAllocation(self, &obj, bytes_allocated); in AllocObjectWithAllocator()