Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h221 DCHECK(allocation_records_ != nullptr); in AllocObjectWithAllocator()
222 allocation_records_->RecordAllocation(self, &obj, bytes_allocated); in AllocObjectWithAllocator()
Dheap.h870 return allocation_records_.get(); in GetAllocationRecords()
1578 std::unique_ptr<AllocRecordObjectMap> allocation_records_; variable
/art/runtime/hprof/
Dhprof.cc627 auto r = allocation_records_.find(obj); in LookupStackTraceSerialNumber()
628 if (r == allocation_records_.end()) { in LookupStackTraceSerialNumber()
850 auto records_result = allocation_records_.emplace(obj, trace); in PopulateAllocationTrackingTraces()
901 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_; member in art::hprof::Hprof