Home
last modified time | relevance | path

Searched refs:traces_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/hprof/
Dhprof.cc633 auto result = traces_.find(trace); in LookupStackTraceSerialNumber()
634 CHECK(result != traces_.end()); in LookupStackTraceSerialNumber()
694 for (const auto& it : traces_) { in WriteStackTraces()
856 auto traces_result = traces_.find(trace); in PopulateAllocationTrackingTraces()
857 if (traces_result == traces_.end()) { in PopulateAllocationTrackingTraces()
858 traces_.emplace(trace, next_trace_sn++); in PopulateAllocationTrackingTraces()
869 CHECK_EQ(traces_.size(), next_trace_sn - kHprofNullStackTrace - 1); in PopulateAllocationTrackingTraces()
898 gc::EqAllocRecordTypesPtr<gc::AllocRecordStackTrace>> traces_; member in art::hprof::Hprof