Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.h152 struct InternedType { struct
167 std::map<uint64_t, InternedType> interned_types; argument
196 InternedType* GetSuperClass(SequenceState* sequence_state,
197 const InternedType* current_type);
Dheap_graph_tracker.cc501 HeapGraphTracker::InternedType* HeapGraphTracker::GetSuperClass( in GetSuperClass()
503 const InternedType* current_type) { in GetSuperClass()
526 const InternedType& interned_type = p.second; in FinalizeProfile()
559 const InternedType* current_type = &interned_type; in FinalizeProfile()