Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc414 uint64_t intern_id, in AddInternedLocationName() argument
417 sequence_state.interned_location_names.emplace(intern_id, strid); in AddInternedLocationName()
421 uint64_t intern_id, in AddInternedType() argument
431 sequence_state.interned_types[intern_id].name = strid; in AddInternedType()
432 sequence_state.interned_types[intern_id].location_id = location_id; in AddInternedType()
433 sequence_state.interned_types[intern_id].object_size = object_size; in AddInternedType()
434 sequence_state.interned_types[intern_id].field_name_ids = in AddInternedType()
436 sequence_state.interned_types[intern_id].superclass_id = superclass_id; in AddInternedType()
437 sequence_state.interned_types[intern_id].classloader_id = classloader_id; in AddInternedType()
438 sequence_state.interned_types[intern_id].no_fields = no_fields; in AddInternedType()
[all …]
Dheap_graph_tracker.h102 uint64_t intern_id,
112 uint64_t intern_id,
115 uint64_t intern_id,