Searched refs:find_methodref_with_class_index (Results 1 – 4 of 4) sorted by relevance
196 return find_methodref_with_class_index (cpool, decl, DECL_CONTEXT (decl));200 find_methodref_with_class_index (cpool, decl, mclass) in find_methodref_with_class_index() function
1262 extern int find_methodref_with_class_index PARAMS ((struct CPool *, tree, tree));
2625 index = find_methodref_with_class_index (&state->cpool, f, context);
3105 * constants.c (find_methodref_with_class_index): New function.3106 (find_methodref_index): Use find_methodref_with_class_index.3107 * java-tree.h (find_methodref_with_class_index): New declaration.3109 DECL_CONTEXT, instead use new find_methodref_with_class_index function.