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

  /art/runtime/gc/
heap.h 776 // 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
    [all...]
  /art/runtime/hprof/
hprof.cc 627 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
    [all...]

Completed in 470 milliseconds