Home
last modified time | relevance | path

Searched refs:heap_graph_class_table (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc64 uint32_t cls_row = *storage.heap_graph_class_table().id().IndexOf( in GetChildren()
67 StringPool::Id kind = storage.heap_graph_class_table().kind()[cls_row]; in GetChildren()
115 storage.heap_graph_class_table().id().IndexOf(type_id).value(); in GetClassDescriptor()
116 return {storage.heap_graph_class_table().name()[type_idx], in GetClassDescriptor()
117 storage.heap_graph_class_table().location()[type_idx]}; in GetClassDescriptor()
742 const auto& class_tbl = context_->storage->heap_graph_class_table(); in PopulateNativeSize()
881 *storage->heap_graph_class_table().id().IndexOf(type_id); in FindPathFromRoot()
883 storage->heap_graph_class_table().deobfuscated_name()[type_row]; in FindPathFromRoot()
885 opt_class_name_id = storage->heap_graph_class_table().name()[type_row]; in FindPathFromRoot()
Dheap_graph_module.cc295 *context_->storage->heap_graph_class_table().id().IndexOf(id); in DeobfuscateClass()
297 context_->storage->heap_graph_class_table().name()[row]; in DeobfuscateClass()
Dheap_graph_tracker_unittest.cc173 const auto& class_table = context.storage->heap_graph_class_table(); in TEST()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h549 const tables::HeapGraphClassTable& heap_graph_class_table() const { in heap_graph_class_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc996 RegisterDbTable(storage->heap_graph_class_table()); in TraceProcessorImpl()