Searched refs:mchain (Results 1 – 2 of 2) sorted by relevance
5528 lookup_method (mchain, method) in lookup_method() argument5529 tree mchain; in lookup_method()5539 while (mchain)5541 if (METHOD_SEL_NAME (mchain) == key)5542 return mchain;5544 mchain = TREE_CHAIN (mchain);
6798 lookup_method (tree mchain, tree method) in lookup_method() argument6807 while (mchain) in lookup_method()6809 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()6810 return mchain; in lookup_method()6812 mchain = TREE_CHAIN (mchain); in lookup_method()