Searched refs:traces_ (Results 1 – 1 of 1) sorted by relevance
632 auto result = traces_.find(trace); in LookupStackTraceSerialNumber()633 CHECK(result != traces_.end()); in LookupStackTraceSerialNumber()693 for (const auto& it : traces_) { in WriteStackTraces()855 auto traces_result = traces_.find(trace); in PopulateAllocationTrackingTraces()856 if (traces_result == traces_.end()) { in PopulateAllocationTrackingTraces()857 traces_.emplace(trace, next_trace_sn++); in PopulateAllocationTrackingTraces()868 CHECK_EQ(traces_.size(), next_trace_sn - kHprofNullStackTrace - 1); in PopulateAllocationTrackingTraces()897 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>> traces_; member in art::hprof::Hprof