Searched refs:traces_ (Results 1 – 1 of 1) sorted by relevance
627 auto result = traces_.find(trace); in LookupStackTraceSerialNumber()628 CHECK(result != traces_.end()); in LookupStackTraceSerialNumber()688 for (const auto& it : traces_) { in WriteStackTraces()850 auto traces_result = traces_.find(trace); in PopulateAllocationTrackingTraces()851 if (traces_result == traces_.end()) { in PopulateAllocationTrackingTraces()852 traces_.emplace(trace, next_trace_sn++); in PopulateAllocationTrackingTraces()863 CHECK_EQ(traces_.size(), next_trace_sn - kHprofNullStackTrace - 1); in PopulateAllocationTrackingTraces()892 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>> traces_; member in art::hprof::Hprof