Home
last modified time | relevance | path

Searched refs:decompile_method (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c131 static void decompile_method PARAMS ((FILE*, JCF*, int));
234 if (out && method_declared) decompile_method (out, jcf, CODE_LENGTH);
1043 decompile_method (out, jcf, code_len) in decompile_method() function
H A DChangeLog1938 * gjavah.c (decompile_method): Don't decompile to `return this'
2142 (decompile_method): Use it.
6020 * gjavah.c (decompile_method): Use print_field_name.
8003 (print_method_info, decompile_method, decode_signature_piece,
10075 * gjavah.c (decompile_method): Decompile `return null'.
10092 * gjavah.c (decompile_method): Handle all types of `return'
10096 (decompile_method): Don't decompile a synchronized method.
10104 (decompile_method): New function.