Searched refs:objc_method_t (Results 1 – 2 of 2) sorted by relevance
2907 struct objc_method_t { struct3182 inline void swapStruct(struct objc_method_t &method) { in swapStruct()3616 struct objc_method_t method; in print_method_list()3641 if ((i + 1) * sizeof(struct objc_method_t) > left) { in print_method_list()3645 memcpy(&method, methods + i * sizeof(struct objc_method_t), in print_method_list()3646 sizeof(struct objc_method_t)); in print_method_list()
3677 struct objc_method_t { struct3952 inline void swapStruct(struct objc_method_t &method) { in swapStruct()4395 struct objc_method_t method; in print_method_list()4420 if ((i + 1) * sizeof(struct objc_method_t) > left) { in print_method_list()4424 memcpy(&method, methods + i * sizeof(struct objc_method_t), in print_method_list()4425 sizeof(struct objc_method_t)); in print_method_list()