Searched refs:patch_invoke (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 301 * parse.y (patch_invoke): Force evaluation order when `check' is 417 * parse.y (patch_invoke): Call force_evaluation_order on a static 1539 * parse.y (patch_invoke): Likewise. This avoids needlessly creating 1631 * parse.y (patch_invoke): Use build_call_or_builtin. 1895 * parse.y (patch_invoke): Generate calls for finalizer-free 1981 (patch_invoke): Add to 'smic' list, instead of hash_lookup. 2726 (patch_invoke): Remember static method invokations. 3397 * parse.y (patch_invoke): Use java_check_reference. 3833 (patch_invoke, find_applicable_accessible_methods_list): Likewise. 5899 (patch_invoke): Handle INVOKE_NONVIRTUAL case. [all …]
|
| H A D | parse.c | 373 static tree patch_invoke PARAMS ((tree, tree, tree)); 14201 patch = patch_invoke (patch, list, args); 14323 patch_invoke (patch, method, args) in patch_invoke() function
|
| H A D | parse.y | 133 static tree patch_invoke PARAMS ((tree, tree, tree)); 10636 patch = patch_invoke (patch, list, args); 10758 patch_invoke (patch, method, args) in patch_invoke() function
|