HomeSort by relevance Sort by last modified time
    Searched refs:allocation_records_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/
heap-inl.h 183 // allocation_records_ is not null since it never becomes null after allocation tracking is
185 DCHECK(allocation_records_ != nullptr);
186 allocation_records_->RecordAllocation(self, &obj, bytes_allocated);
heap.h 766 // Callers to this function use double-checked locking to ensure safety on allocation_records_
777 return allocation_records_.get();
1430 std::unique_ptr<AllocRecordObjectMap> allocation_records_; member in class:art::gc::Heap
    [all...]
heap.cc     [all...]
  /art/runtime/hprof/
hprof.cc 628 auto r = allocation_records_.find(obj);
629 if (r == allocation_records_.end()) {
859 auto records_result = allocation_records_.emplace(obj, trace);
910 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_; member in class:art::hprof::Hprof
    [all...]

Completed in 596 milliseconds