Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker.cc64 auto* ref = storage->mutable_heap_graph_reference_table(); in ForReferenceSet()
339 storage_->mutable_heap_graph_reference_table()->Insert( in AddObject()
426 auto* hgr = storage_->mutable_heap_graph_reference_table(); in AddInternedFieldName()
H A Dheap_graph_module.cc273 context_->storage->mutable_heap_graph_reference_table(); in ParseDeobfuscationMapping()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h628 tables::HeapGraphReferenceTable* mutable_heap_graph_reference_table() { in mutable_heap_graph_reference_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc978 RegisterStaticTable(storage->mutable_heap_graph_reference_table()); in InitPerfettoSqlEngine()