Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c635 encode_newarray_type (type) in encode_newarray_type() function
960 return build_newarray (encode_newarray_type (type), length);
H A Djava-tree.h1265 extern int encode_newarray_type PARAMS ((tree));
H A Djcf-write.c2481 int atype = encode_newarray_type (element_type);
H A DChangeLog3814 (java_stack_dup, encode_newarray_type): Likewise.
9350 count_constant_pool_bytes and encode_newarray_type.
10169 * expr.c (encode_newarray_type, build_new_array): New functions.