Searched refs:METHOD_NATIVE (Results 1 – 8 of 8) sorted by relevance
647 METHOD_NATIVE (fndecl) = 1;1179 if (METHOD_NATIVE (decl))1694 if (METHOD_NATIVE (method)) in finish_class()
750 if (METHOD_NATIVE (method)) in parse_class_file()
1319 #define METHOD_NATIVE(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.native) macro
2187 if (! METHOD_NATIVE (method) || ! flag_jni)
8367 (METHOD_NATIVE (current_function_decl) ?11346 if (METHOD_ABSTRACT (decl) || (! flag_jni && METHOD_NATIVE (decl)))11352 if (METHOD_NATIVE (decl))11660 if (! flag_emit_xref && ! METHOD_NATIVE (mdecl))
4802 (METHOD_NATIVE (current_function_decl) ?7781 if (METHOD_ABSTRACT (decl) || (! flag_jni && METHOD_NATIVE (decl)))7787 if (METHOD_NATIVE (decl))8095 if (! flag_emit_xref && ! METHOD_NATIVE (mdecl))
707 if (METHOD_NATIVE (decl))
5862 * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE5880 (METHOD_NATIVE): Redefined to use `native' field of lang specific14290 * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.