Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc59 uint32_t cls_row = *storage.heap_graph_class_table().id().IndexOf( in GetChildren()
62 StringPool::Id kind = storage.heap_graph_class_table().kind()[cls_row]; in GetChildren()
110 storage.heap_graph_class_table().id().IndexOf(type_id).value(); in GetClassDescriptor()
111 return {storage.heap_graph_class_table().name()[type_idx], in GetClassDescriptor()
112 storage.heap_graph_class_table().location()[type_idx]}; in GetClassDescriptor()
760 *storage->heap_graph_class_table().id().IndexOf(type_id); in FindPathFromRoot()
762 storage->heap_graph_class_table().deobfuscated_name()[type_row]; in FindPathFromRoot()
764 opt_class_name_id = storage->heap_graph_class_table().name()[type_row]; in FindPathFromRoot()
Dheap_graph_module.cc288 *context_->storage->heap_graph_class_table().id().IndexOf(id); in DeobfuscateClass()
290 context_->storage->heap_graph_class_table().name()[row]; in DeobfuscateClass()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h541 const tables::HeapGraphClassTable& heap_graph_class_table() const { in heap_graph_class_table() function
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc804 RegisterDbTable(storage->heap_graph_class_table()); in TraceProcessorImpl()