Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc88 *storage.heap_graph_class_table().FindById(obj_row_ref.type_id()); in GetClassDescriptor()
671 const auto& class_tbl = storage_->heap_graph_class_table(); in PopulateNativeSize()
779 *storage_->heap_graph_class_table().FindById(object.type_id()); in GetChildren()
913 auto type_row_ref = *storage_->heap_graph_class_table().FindById(type_id); in FindPathFromRoot()
H A Dheap_graph_tracker_unittest.cc182 const auto& class_table = context.storage->heap_graph_class_table(); in TEST()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h616 const tables::HeapGraphClassTable& heap_graph_class_table() const { in heap_graph_class_table() function