Searched refs:AllocRecordStackTrace (Results 1 – 4 of 4) sorted by relevance
74 class AllocRecordStackTrace {78 AllocRecordStackTrace() = default;80 AllocRecordStackTrace(AllocRecordStackTrace&& r) in AllocRecordStackTrace() function84 AllocRecordStackTrace(const AllocRecordStackTrace& r) in AllocRecordStackTrace() function115 bool operator==(const AllocRecordStackTrace& other) const {128 AllocRecordStackTrace::kHashMultiplier + std::hash<uint32_t>()(r.GetDexPc()); in operator()131 size_t operator()(const AllocRecordStackTrace& r) const { in operator()133 size_t result = r.GetTid() * AllocRecordStackTrace::kHashMultiplier + depth; in operator()135 result = result * AllocRecordStackTrace::kHashMultiplier + (*this)(r.GetStackElement(i)); in operator()159 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord()[all …]
157 sizeof(AllocRecord) + sizeof(AllocRecordStackTrace); in SetAllocTrackingEnabled()190 AllocRecordStackTrace trace; in RecordAllocation()
631 const gc::AllocRecordStackTrace* trace = r->second; in LookupStackTraceSerialNumber()694 const gc::AllocRecordStackTrace* trace = it.first; in WriteStackTraces()847 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace(); in PopulateAllocationTrackingTraces()895 std::unordered_map<const gc::AllocRecordStackTrace*, HprofStackTraceSerialNumber,896 gc::HashAllocRecordTypesPtr<gc::AllocRecordStackTrace>,897 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>> traces_;901 std::unordered_map<const mirror::Object*, const gc::AllocRecordStackTrace*> allocation_records_;
226 const gc::AllocRecordStackTrace* trace = record.GetStackTrace(); in Dump()