Home
last modified time | relevance | path

Searched refs:find_methodref_with_class_index (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c196 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
H A Djava-tree.h1262 extern int find_methodref_with_class_index PARAMS ((struct CPool *, tree, tree));
H A Djcf-write.c2625 index = find_methodref_with_class_index (&state->cpool, f, context);
H A DChangeLog3105 * 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.