Searched refs:class_get_instance_method (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/libobjc/
H A DObject.m179 return class_get_instance_method(self, aSel)!=METHOD_NULL;
185 ?class_get_instance_method(self->isa, aSel)
191 return method_get_imp(class_get_instance_method(self, aSel));
230 ?class_get_instance_method(self->isa, aSel)
237 class_get_instance_method(self, aSel));
244 ?class_get_instance_method(self->isa, aSel)
H A Dsendmsg.c197 Method* m = class_get_instance_method(object->class_pointer, op);
431 class_get_instance_method(Class class, SEL op) function
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dobjc-api.h419 Method_t class_get_instance_method(Class class, SEL aSel);

Completed in 39 milliseconds