Searched refs:method_b (Results 1 – 4 of 4) sorted by relevance
153 method_exchangeImplementations (struct objc_method * method_a, struct objc_method * method_b) in method_exchangeImplementations() argument158 if (method_a == NULL || method_b == NULL) in method_exchangeImplementations()167 old_implementation_b = method_b->method_imp; in method_exchangeImplementations()170 method_b->method_imp = old_implementation_a; in method_exchangeImplementations()174 __objc_update_classes_with_methods (method_a, method_b); in method_exchangeImplementations()
782 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b) in __objc_update_classes_with_methods() argument833 if (method == method_b) in __objc_update_classes_with_methods()835 if (method_b != NULL) in __objc_update_classes_with_methods()837 (sidx) method_b->method_name->sel_id, in __objc_update_classes_with_methods()838 method_b->method_imp); in __objc_update_classes_with_methods()
65 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b); /*…
556 method_exchangeImplementations (Method method_a, Method method_b);