Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h168 std::map<uint64_t, StringPool::Id> interned_location_names; member
Dheap_graph_tracker.cc417 sequence_state.interned_location_names.emplace(intern_id, strid); in AddInternedLocationName()
529 auto it = sequence_state.interned_location_names.find( in FinalizeProfile()
531 if (it == sequence_state.interned_location_names.end()) { in FinalizeProfile()