Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc44 reference_row < storage.heap_graph_reference_table().row_count(); in ForReferenceSet()
47 storage.heap_graph_reference_table().reference_set_id()[reference_row]; in ForReferenceSet()
84 storage.heap_graph_reference_table().owner_id()[reference_row] == in GetChildren()
87 storage.heap_graph_reference_table().owned_id()[reference_row]; in GetChildren()
119 const auto& refs_tbl = storage.heap_graph_reference_table(); in GetReferredObj()
365 context_->storage->heap_graph_reference_table().row_count(); in AddObject()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h549 const tables::HeapGraphReferenceTable& heap_graph_reference_table() const { in heap_graph_reference_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc803 RegisterDbTable(storage->heap_graph_reference_table()); in TraceProcessorImpl()