Searched refs:objc_method_t (Results 1 – 1 of 1) sorted by relevance
3921 struct objc_method_t { struct4196 inline void swapStruct(struct objc_method_t &method) { in swapStruct()4639 struct objc_method_t method; in print_method_list()4664 if ((i + 1) * sizeof(struct objc_method_t) > left) { in print_method_list()4668 memcpy(&method, methods + i * sizeof(struct objc_method_t), in print_method_list()4669 sizeof(struct objc_method_t)); in print_method_list()