Home | History | Annotate | Download | only in hprof

Lines Matching refs:AllocRecordStackTrace

609       const gc::AllocRecordStackTrace* trace = r->second;
672 const gc::AllocRecordStackTrace* trace = it.first;
708 // U4: stack trace serial number. We use the address of the AllocRecordStackTrace object as its serial number.
832 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace();
880 std::unordered_map<const gc::AllocRecordStackTrace*, HprofStackTraceSerialNumber,
881 gc::HashAllocRecordTypesPtr<gc::AllocRecordStackTrace>,
882 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>> traces_;
886 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_;