Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog1775 Check for more cases where we must keep <clinit>.
2443 * parse.y (analyze_clinit_body): Keep <clinit> if an array is
2454 <clinit>, regardless of flag_emit_class_files.
4615 (maybe_yank_clinit): Handle bogus <clinit> bodies, call
4674 before expanding <clinit> and after call
4915 * parse.y (maybe_yank_clinit): Also keep <clinit> if its body
5255 method bodies not to rule out discarding `<clinit>'; don't use
5256 <clinit> to initialize static fields with constant initializers.
5740 * parse.y (resolve_field_access): Call the appropriate <clinit>
5763 (maybe_generate_pre_expand_clinit): Always link <clinit> at the
[all …]
H A Dparse.c11293 tree clinit, decl, first_decl; local
11305 clinit = maybe_generate_pre_expand_clinit (current_class);
11364 if (clinit)
11368 java_complete_expand_method (clinit);
H A Dparse.y7728 tree clinit, decl, first_decl; local
7740 clinit = maybe_generate_pre_expand_clinit (current_class);
7799 if (clinit)
7803 java_complete_expand_method (clinit);