Lines Matching refs:methods
343 * We use positive values starting from 0 for virtual methods, negative
344 * values starting from -1 for static methods.
467 * Count up the #of relevant methods.
606 * Get an array with all methods declared by a class.
608 * This includes both static and virtual methods, and can include private
609 * members if "publicOnly" is false. It does not include Miranda methods,
618 * Count up the #of relevant methods.
620 * Ignore virtual Miranda methods and direct class/object constructors.
711 static Object* findConstructorOrMethodInArray(int methodsCount, Method* methods,
719 method = &methods[i];
731 * methods with the same name and parameter types. Prefer to return