Searched defs:maybe_match (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/
H A Dmap_utils.h54 AggregatedSymbol& maybe_match = aggr_it->second; local
56 if (maybe_match.symbol == sym) {
58 maybe_match.offsets.insert(val);
63 if (*maybe_match.offsets.rbegin() < val) {
78 AggregatedSymbol left(maybe_match.symbol, *maybe_match.offsets.begin());
79 auto offset_it = maybe_match.offsets.begin();
90 AggregatedSymbol right(maybe_match.symbol, *offset_it);
91 for (; offset_it != maybe_match.offsets.end(); ++offset_it) {

Completed in 46 milliseconds