Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc837 HprofStackTraceSerialNumber next_trace_sn = kHprofNullStackTrace + 1; in PopulateAllocationTrackingTraces() local
857 traces_.emplace(trace, next_trace_sn++); in PopulateAllocationTrackingTraces()
868 CHECK_EQ(traces_.size(), next_trace_sn - kHprofNullStackTrace - 1); in PopulateAllocationTrackingTraces()