Searched refs:method_symbol (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 2191 tree clname, name, signature, method_symbol; in build_method_symbols_entry() local 2200 START_RECORD_CONSTRUCTOR (method_symbol, method_symbol_type); in build_method_symbols_entry() 2201 PUSH_FIELD_VALUE (method_symbol, "clname", clname); in build_method_symbols_entry() 2202 PUSH_FIELD_VALUE (method_symbol, "name", name); in build_method_symbols_entry() 2203 PUSH_FIELD_VALUE (method_symbol, "signature", signature); in build_method_symbols_entry() 2204 FINISH_RECORD_CONSTRUCTOR (method_symbol); in build_method_symbols_entry() 2205 TREE_CONSTANT (method_symbol) = 1; in build_method_symbols_entry() 2207 return method_symbol; in build_method_symbols_entry()
|