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.h126 auto it = class_to_rows_.find(std::make_pair(package_name, type_name)); in RowsForType()
127 if (it == class_to_rows_.end()) in RowsForType()
205 class_to_rows_; variable
Dheap_graph_tracker.cc631 class_to_rows_[std::make_pair( in FinalizeProfile()
645 class_to_rows_[std::make_pair( in FinalizeProfile()