Lines Matching refs:methods
387 Method* methods;
392 methods = clazz->virtualMethods;
395 methods = clazz->directMethods;
400 Method* method = &methods[i];
492 Method* methods = clazz->virtualMethods;
497 if (strcmp(methods[i].name, methodName) == 0)
498 return &methods[i];
603 * is only appropriate for static methods, but will work for all direct
604 * methods.
667 * For "direct" methods (private / constructor), we just return the