Lines Matching full:objc_method_t
2904 // struct objc_method_t method_list[1]; /* variable length structure */
2907 struct objc_method_t {
3182 inline void swapStruct(struct objc_method_t &method) {
3616 struct objc_method_t method;
3641 if ((i + 1) * sizeof(struct objc_method_t) > left) {
3645 memcpy(&method, methods + i * sizeof(struct objc_method_t),
3646 sizeof(struct objc_method_t));