Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc64 auto* ref = storage->mutable_heap_graph_reference_table(); in ForReferenceSet()
345 storage_->mutable_heap_graph_reference_table()->Insert( in AddObject()
432 auto* hgr = storage_->mutable_heap_graph_reference_table(); in AddInternedFieldName()
Dheap_graph_module.cc277 context_->storage->mutable_heap_graph_reference_table(); in ParseDeobfuscationMapping()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h610 tables::HeapGraphReferenceTable* mutable_heap_graph_reference_table() { in mutable_heap_graph_reference_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc1141 RegisterStaticTable(storage->mutable_heap_graph_reference_table()); in InitPerfettoSqlEngine()