Searched defs:jcf (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-reader.c163 JPOOL_SIZE (jcf) = (JCF_FILL (jcf, 2), JCF_readu2 (jcf)); variable
[all...]
H A Djcf-io.c166 JCF_ZERO (jcf); variable
193 JCF_ZERO (jcf); variable
221 JCF_ZERO (jcf); variable
331 JCF_FINISH (jcf); variable
[all...]
H A Djcf-parse.c471 JCF this_jcf, *jcf; local
686 JCF *jcf = current_jcf; local
958 JCF *jcf; local
[all...]
H A Dgjavah.c1204 jcf_parse_class (jcf); variable
1240 jcf_parse_fields (jcf); variable
1244 jcf_parse_methods (jcf); variable
1278 jcf_parse_methods (jcf); variable
1283 jcf_parse_fields (jcf); variable
1286 jcf_parse_final_attributes (jcf); variable
1360 JCF jcf; variable
1590 JCF_FINISH (&jcf); variable
[all...]
H A Djcf-dump.c692 print_constant_pool (jcf); variable
694 jcf_parse_class (jcf); variable
720 JCF jcf[1]; variable
798 process_class (jcf); variable
848 jcf_trim_old_input (jcf); variable
892 process_class (jcf); variable
902 process_class (jcf); variable
904 JCF_FINISH(jcf); variable
[all...]
H A Djava-tree.h463 struct JCF *jcf; member in struct:lang_type
/haiku-buildtools/gcc/gcc/java/
H A Djcf-reader.c53 peek_attribute (JCF *jcf, int attribute_number, const char *peeked_name, argument
92 skip_attribute(JCF *jcf, int number_of_attribute) argument
106 get_attribute(JCF *jcf, int index, jv_attr_type attr_type ATTRIBUTE_UNUSED) argument
319 jcf_parse_preamble(JCF* jcf) argument
339 jcf_parse_constant_pool(JCF* jcf) argument
416 jcf_parse_class(JCF* jcf) argument
444 jcf_parse_fields(JCF* jcf) argument
483 jcf_parse_one_method(JCF* jcf, int index) argument
506 jcf_parse_methods(JCF* jcf) argument
529 jcf_parse_final_attributes(JCF *jcf) argument
550 jcf_parse_bootstrap_methods(JCF* jcf, int attribute_length ATTRIBUTE_UNUSED) argument
[all...]
H A Djcf-io.c49 jcf_unexpected_eof (JCF *jcf, int count ATTRIBUTE_UNUSED) argument
59 jcf_trim_old_input (JCF *jcf) argument
71 jcf_filbuf_from_stdio(JCF *jcf, int count) argument
161 open_in_zip(JCF *jcf, const char *zipfile, const char *zipmember, int is_system) argument
195 read_zip_member(JCF *jcf, ZipDirectory *zipd, ZipFile *zipf) argument
240 open_class(const char *filename, JCF *jcf, int fd, const char *dep_name) argument
275 find_classfile(char *filename, JCF *jcf, const char *dep_name) argument
322 find_class(const char *classname, int classname_length, JCF *jcf) argument
500 verify_constant_pool(JCF *jcf) argument
[all...]
H A Dverify-glue.c452 verify_jvm_instructions_new (JCF *jcf, const unsigned char *byte_ops, argument
H A Ddecl.c1667 give_name_to_locals (JCF *jcf) argument
[all...]
H A Djcf-parse.c331 set_source_filename(JCF *jcf, int index) argument
490 handle_long_constant(JCF *jcf, CPool *cpool, enum cpool_tag kind, int index, bool big_endian) argument
516 handle_constant(JCF *jcf, int index, enum cpool_tag purpose) argument
611 handle_element_value(JCF *jcf, int level) argument
710 handle_annotation(JCF *jcf, int level) argument
732 handle_annotations(JCF *jcf, int level) argument
744 handle_annotation_attribute(int ATTRIBUTE_UNUSED index, JCF *jcf, long length) argument
784 handle_member_annotations(int member_index, JCF *jcf, const unsigned char *name ATTRIBUTE_UNUSED, long len, jv_attr_type member_type) argument
805 handle_parameter_annotations(int member_index, JCF *jcf, const unsigned char *name ATTRIBUTE_UNUSED, long len, jv_attr_type member_type) argument
829 handle_default_annotation(int member_index, JCF *jcf, const unsigned char *name ATTRIBUTE_UNUSED, long len, jv_attr_type member_type) argument
847 handle_enclosingmethod_attribute(int member_index, JCF *jcf, const unsigned char *name ATTRIBUTE_UNUSED, long len, jv_attr_type member_type) argument
873 handle_signature_attribute(int member_index, JCF *jcf, const unsigned char *name ATTRIBUTE_UNUSED, long len, jv_attr_type member_type) argument
1032 parse_signature(JCF *jcf, int sig_index) argument
1043 get_constant(JCF *jcf, int index) argument
1140 get_name_constant(JCF *jcf, int index) argument
1152 handle_innerclass_attribute(int count, JCF *jcf, int attribute_length) argument
1200 give_name_to_class(JCF *jcf, int i) argument
1237 get_class_constant(JCF *jcf, int i) argument
1274 JCF this_jcf, *jcf; local
1439 jcf_parse(JCF* jcf) argument
1593 JCF *jcf = current_jcf; local
2140 JCF *jcf; local
2193 JCF *jcf; local
[all...]
H A Djcf-dump.c126 utf8_equal_string (JCF *jcf, int index, const char * value) argument
481 print_element_value(FILE *stream, JCF *jcf, int level) argument
574 print_annotation(FILE *stream, JCF *jcf, int level) argument
600 print_annotations(FILE *stream, JCF *jcf, int level) argument
608 print_parameter_annotations(FILE *stream, JCF *jcf, int level) argument
623 print_constant_ref(FILE *stream, JCF *jcf, int index) argument
671 print_name(FILE* stream, JCF* jcf, int name_index) argument
684 print_constant_terse(FILE *out, JCF *jcf, int index, int expected) argument
699 print_constant_terse_with_index(FILE *out, JCF *jcf, int index, int expected) argument
712 print_constant(FILE *out, JCF *jcf, int index, int verbosity) argument
982 print_constant_pool(JCF *jcf) argument
1059 print_signature(FILE* stream, JCF *jcf, int signature_index, int options) argument
1105 print_exception_table(JCF *jcf, const unsigned char *entries, int count) argument
1134 process_class(JCF *jcf) argument
1249 JCF jcf[1]; local
1483 disassemble_method(JCF* jcf, const unsigned char *byte_ops, int len) argument
[all...]
H A Dexpr.c2988 note_instructions(JCF *jcf, tree method) argument
3133 expand_byte_code(JCF *jcf, tree method) argument
3255 java_push_constant_from_pool(JCF *jcf, int index) argument
3577 peek_opcode_at_pc(JCF *jcf, int code_offset, int pc) argument
3613 maybe_adjust_start_pc(struct JCF *jcf, int code_offset, int start_pc, int slot) argument
[all...]
H A Djava-tree.h892 struct JCF *jcf; variable in typeref:struct:JCF

Completed in 340 milliseconds