Home
last modified time | relevance | path

Searched refs:expand_byte_code (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c812 expand_byte_code (jcf, method); in parse_class_file()
H A Djava-tree.h1250 extern void expand_byte_code PARAMS ((struct JCF *, tree));
H A DChangeLog2090 * expr.c (expand_byte_code): Remove trailing periods from messages.
4862 (expand_byte_code): Don't collect insn starts here.
6725 * expr.c (expand_byte_code): Don't call maybe_start_try or
8204 build_primtype_type_ref, expand_byte_code): Constify a char*.
8493 * expr.c (expand_byte_code): Fill unreachable bytecode regions
9346 end_java_method, give_name_to_locals, expand_byte_code,
9764 (expand_byte_code): Likewise for variables `prev_eh_ranges' and
13198 * expr.c (expand_byte_code): Don't need to clear lineno here.
14003 * expr.c (expand_byte_code): Fix performace bug, which caused
14085 (expand_byte_code): PRE_RET must expand OPERAND_VALUE (to get index).
[all …]
H A Dexpr.c2838 expand_byte_code (jcf, method) in expand_byte_code() function