Searched refs:RecordAllocation (Results 1 – 3 of 3) sorted by relevance
201 void AllocRecordObjectMap::RecordAllocation(Thread* self, in RecordAllocation() function in art::gc::AllocRecordObjectMap
219 EXPORT void RecordAllocation(Thread* self, ObjPtr<mirror::Object>* obj, size_t byte_count)
240 allocation_records_->RecordAllocation(self, &obj, bytes_allocated); in AllocObjectWithAllocator()