Searched refs:heap_graph_class_table (Results 1 – 3 of 3) sorted by relevance
88 *storage.heap_graph_class_table().FindById(obj_row_ref.type_id()); in GetClassDescriptor()671 const auto& class_tbl = storage_->heap_graph_class_table(); in PopulateNativeSize()779 *storage_->heap_graph_class_table().FindById(object.type_id()); in GetChildren()913 auto type_row_ref = *storage_->heap_graph_class_table().FindById(type_id); in FindPathFromRoot()
182 const auto& class_table = context.storage->heap_graph_class_table(); in TEST()
616 const tables::HeapGraphClassTable& heap_graph_class_table() const { in heap_graph_class_table() function