Lines Matching refs:objc_method
104 static struct objc_method * search_for_method_in_hierarchy (Class class, SEL sel);
105 struct objc_method * search_for_method_in_list (struct objc_method_list * list, SEL op);
366 method_get_imp (struct objc_method * method) in method_get_imp()
368 return (method != (struct objc_method *)0) ? method->method_imp : (IMP)0; in method_get_imp()
527 struct objc_method *method = search_for_method_in_hierarchy (class->class_pointer, in __objc_send_initialize()
566 struct objc_method * method = &(method_list->method_list[i]); in __objc_install_methods_in_dtable()
633 struct objc_method *
636 struct objc_method *m; in class_getInstanceMethod()
653 struct objc_method *
656 struct objc_method *m; in class_getClassMethod()
680 struct objc_method *method; in class_addMethod()
708 struct objc_method * method = &method_list->method_list[i]; in class_addMethod()
765 struct objc_method * method; in class_replaceMethod()
787 static struct objc_method *
790 struct objc_method * method = NULL; in search_for_method_in_hierarchy()
809 struct objc_method *
825 struct objc_method * method = &method_list->method_list[i]; in search_for_method_in_list()