Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc526 const InternedType& interned_type = p.second; in FinalizeProfile() local
528 if (interned_type.location_id) { in FinalizeProfile()
530 *interned_type.location_id); in FinalizeProfile()
549 row, static_cast<int64_t>(interned_type.object_size)); in FinalizeProfile()
559 const InternedType* current_type = &interned_type; in FinalizeProfile()
560 if (interned_type.no_fields) { in FinalizeProfile()
604 hgc->mutable_name()->Set(row, interned_type.name); in FinalizeProfile()
605 if (interned_type.classloader_id) { in FinalizeProfile()
607 GetOrInsertObject(&sequence_state, interned_type.classloader_id); in FinalizeProfile()
612 hgc->mutable_kind()->Set(row, interned_type.kind); in FinalizeProfile()
[all …]