Lines Matching refs:sarray
68 struct sarray *__objc_uninstalled_dtable = 0; /* !T:MUTEX */
86 static struct sarray *__objc_prepared_dtable_for_class (Class cls);
381 struct sarray *dtable; in __objc_responds_to()
413 struct sarray *dtable; in class_respondsToSelector()
554 __objc_install_methods_in_dtable (struct sarray *dtable, struct objc_method_list * method_list) in __objc_install_methods_in_dtable()
577 struct sarray *arr; in __objc_update_dispatch_table_for_class()
962 (long) ((size_t) narrays * sizeof (struct sarray))); in __objc_print_dtable_stats()
963 total += narrays * sizeof (struct sarray); in __objc_print_dtable_stats()
1060 struct sarray *dtable; in __objc_prepare_dtable_for_class()
1061 struct sarray *super_dtable; in __objc_prepare_dtable_for_class()
1125 static struct sarray *
1128 struct sarray *dtable = 0; in __objc_prepared_dtable_for_class()
1148 struct sarray *dtable; in __objc_get_prepared_imp()