Searched refs:heap_graph_class_table (Results 1 – 5 of 5) sorted by relevance
64 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()
295 *context_->storage->heap_graph_class_table().id().IndexOf(id); in DeobfuscateClass()297 context_->storage->heap_graph_class_table().name()[row]; in DeobfuscateClass()
173 const auto& class_table = context.storage->heap_graph_class_table(); in TEST()
549 const tables::HeapGraphClassTable& heap_graph_class_table() const { in heap_graph_class_table() function
996 RegisterDbTable(storage->heap_graph_class_table()); in TraceProcessorImpl()