Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h130 auto it = class_to_rows_.find(std::make_pair(package_name, type_name)); in RowsForType()
131 if (it == class_to_rows_.end()) in RowsForType()
224 class_to_rows_; variable
Dheap_graph_tracker.cc669 class_to_rows_[std::make_pair( in FinalizeProfile()