Home
last modified time | relevance | path

Searched refs:allocation_records_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dheap-inl.h239 DCHECK(allocation_records_ != nullptr); in AllocObjectWithAllocator()
240 allocation_records_->RecordAllocation(self, &obj, bytes_allocated); in AllocObjectWithAllocator()
Dheap.h953 return allocation_records_.get(); in GetAllocationRecords()
1720 std::unique_ptr<AllocRecordObjectMap> allocation_records_; variable
Dheap.cc1421 allocation_records_.reset(); in ~Heap()
4349 allocation_records_.reset(records); in SetAllocationRecords()
/art/runtime/hprof/
Dhprof.cc622 auto r = allocation_records_.find(obj); in LookupStackTraceSerialNumber()
623 if (r == allocation_records_.end()) { in LookupStackTraceSerialNumber()
845 auto records_result = allocation_records_.emplace(obj, trace); in PopulateAllocationTrackingTraces()
896 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_; member in art::hprof::Hprof