Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc86 auto obj_row_ref = *storage.heap_graph_object_table().FindById(obj_id); in GetClassDescriptor()
113 const auto& objects_tbl = storage->heap_graph_object_table(); in BuildSuperclassMap()
639 auto obj_row_ref = *storage_->heap_graph_object_table().FindById(obj); in GetReferenceByFieldName()
H A Dheap_graph_tracker_unittest.cc181 const auto& objs_table = context.storage->heap_graph_object_table(); in TEST()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h609 const tables::HeapGraphObjectTable& heap_graph_object_table() const { in heap_graph_object_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc378 for (auto it = storage.heap_graph_object_table().IterateRows(); it; ++it) { in GetTraceTimestampBoundsNs()