Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1644 if (otable_methods == NULL_TREE)
2221 if (otable_methods == NULL_TREE) in emit_offset_symbol_table()
2226 method_list = otable_methods; in emit_offset_symbol_table()
H A Dexpr.c1909 if (otable_methods == NULL_TREE)
1911 otable_methods = build_tree_list (method, method);
1915 method_list = otable_methods;
H A Djava-tree.h149 #define otable_methods java_global_trees [JTI_OTABLE_METHODS] macro
H A DChangeLog1843 * java-tree.h (otable_methods, otable_decl, otable_syms_decl,