Home
last modified time | relevance | path

Searched refs:dtable_type (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c632 dtable_type = make_node (RECORD_TYPE); in java_init_decl_processing()
633 dtable_ptr_type = build_pointer_type (dtable_type); in java_init_decl_processing()
738 PUSH_FIELD (dtable_type, field, "class", class_ptr_type); in java_init_decl_processing()
739 PUSH_FIELD (dtable_type, field, "methods", nativecode_ptr_array_type_node); in java_init_decl_processing()
740 FINISH_RECORD (dtable_type); in java_init_decl_processing()
741 build_decl (TYPE_DECL, get_identifier ("dispatchTable"), dtable_type); in java_init_decl_processing()
H A Dexpr.c1216 tree class_field = lookup_field (&dtable_type, get_identifier ("class"));
1220 build1 (INDIRECT_REF, dtable_type,
1999 dtable = build_java_indirect_ref (dtable_type, dtable, flag_check_references);
2001 lookup_field (&dtable_type, class_ident));
H A Djava-tree.h593 #define dtable_type \ macro
H A Dclass.c1822 dtype = dtable_type;
H A DChangeLog12652 * decl.c (init_decl_processing): Revert change to dtable_type.
12660 * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
14376 dtable_type.