Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
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()
Dheap_graph_module.cc273 context_->storage->mutable_heap_graph_reference_table(); in ParseDeobfuscationMapping()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h681 tables::HeapGraphReferenceTable* mutable_heap_graph_reference_table() { in mutable_heap_graph_reference_table() function