Home
last modified time | relevance | path

Searched refs:method_a (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/
H A Dmethods.c153 method_exchangeImplementations (struct objc_method * method_a, struct objc_method * method_b) in method_exchangeImplementations() argument
158 if (method_a == NULL || method_b == NULL) in method_exchangeImplementations()
166 old_implementation_a = method_a->method_imp; in method_exchangeImplementations()
169 method_a->method_imp = old_implementation_b; in method_exchangeImplementations()
174 __objc_update_classes_with_methods (method_a, method_b); in method_exchangeImplementations()
H A Dclass.c782 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b) in __objc_update_classes_with_methods() argument
828 if (method == method_a) in __objc_update_classes_with_methods()
830 (sidx) method_a->method_name->sel_id, in __objc_update_classes_with_methods()
831 method_a->method_imp); in __objc_update_classes_with_methods()
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Druntime.h65 __objc_update_classes_with_methods (struct objc_method *method_a, struct objc_method *method_b); /*…
/dragonfly/contrib/gcc-4.7/libobjc/objc/
H A Druntime.h556 method_exchangeImplementations (Method method_a, Method method_b);