Searched refs:__objc_load_methods (Results 1 – 3 of 3) sorted by relevance
147 static cache_ptr __objc_load_methods = NULL; variable419 && ! objc_hash_is_key_in_hash (__objc_load_methods, mth->method_imp)) in __objc_send_load_using_method_list()423 objc_hash_add (&__objc_load_methods, in __objc_send_load_using_method_list()612 __objc_load_methods = objc_hash_new (128, in __objc_exec_class()
3290 in __objc_load_methods use the method IMP as key, but check to see3299 in __objc_load_methods use the method name as key, not the method