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.cc49 reference_row < storage.heap_graph_reference_table().row_count(); in ForReferenceSet()
52 storage.heap_graph_reference_table().reference_set_id()[reference_row]; in ForReferenceSet()
89 storage.heap_graph_reference_table().owner_id()[reference_row] == in GetChildren()
92 storage.heap_graph_reference_table().owned_id()[reference_row]; in GetChildren()
124 const auto& refs_tbl = storage.heap_graph_reference_table(); in GetReferredObj()
389 context_->storage->heap_graph_reference_table().row_count(); in AddObject()
707 const auto& refs_tbl = context_->storage->heap_graph_reference_table(); in GetReferenceByFieldName()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h557 const tables::HeapGraphReferenceTable& heap_graph_reference_table() const { in heap_graph_reference_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc995 RegisterDbTable(storage->heap_graph_reference_table()); in TraceProcessorImpl()