Searched refs:heap_graph_class_table (Results 1 – 4 of 4) sorted by relevance
59 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()
288 *context_->storage->heap_graph_class_table().id().IndexOf(id); in DeobfuscateClass()290 context_->storage->heap_graph_class_table().name()[row]; in DeobfuscateClass()
541 const tables::HeapGraphClassTable& heap_graph_class_table() const { in heap_graph_class_table() function
804 RegisterDbTable(storage->heap_graph_class_table()); in TraceProcessorImpl()