Home
last modified time | relevance | path

Searched refs:maybe_use_access_method (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c374 static int maybe_use_access_method PARAMS ((int, tree *, tree *));
14076 maybe_use_access_method (is_super_init, &list, &this_arg))
14253 maybe_use_access_method (is_super_init, mdecl, this_arg) in maybe_use_access_method() function
H A Dparse.y134 static int maybe_use_access_method PARAMS ((int, tree *, tree *));
10511 maybe_use_access_method (is_super_init, &list, &this_arg))
10688 maybe_use_access_method (is_super_init, mdecl, this_arg) in maybe_use_access_method() function
H A DChangeLog2639 (maybe_use_access_method): Don't consider instinit$.
4522 (maybe_use_access_method): Handle call to methods unrelated to the
5390 (maybe_use_access_method): Build this$<n>s to the context of the
6153 (maybe_use_access_method): Don't use access method if not in the
6700 (maybe_use_access_method): Fixed leading comment. Handle static
6717 (maybe_use_access_method): Likewise.
7220 (maybe_use_access_method, build_wfl_wrap): New functions.