Searched defs:allocation_records_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dheap.h776 // Callers to this function use double-checked locking to ensure safety on allocation_records_
787 return allocation_records_.get();
1414 std::unique_ptr<AllocRecordObjectMap> allocation_records_; member in class:art::gc::Heap
/art/runtime/hprof/
H A Dhprof.cc627 auto r = allocation_records_.find(obj);
628 if (r == allocation_records_.end()) {
850 auto records_result = allocation_records_.emplace(obj, trace);
901 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_; member in class:art::hprof::Hprof

Completed in 66 milliseconds