Home
last modified time | relevance | path

Searched refs:DECL_CODE_LENGTH (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c140 DECL_LOCAL_END_PC (decl) = DECL_CODE_LENGTH (current_function_decl);
1616 && length == DECL_CODE_LENGTH (current_function_decl))
1629 if (end_pc > DECL_CODE_LENGTH (current_function_decl))
1633 end_pc = DECL_CODE_LENGTH (current_function_decl);
H A Dexcept.c245 whole_range.end_pc = DECL_CODE_LENGTH (current_function_decl) + 1; in method_init_exceptions()
H A Djcf-parse.c199 DECL_CODE_LENGTH (current_method) = (CODE_LENGTH); \
H A Dexpr.c2698 long length = DECL_CODE_LENGTH (method);
2847 long length = DECL_CODE_LENGTH (method);
H A Djava-tree.h761 #define DECL_CODE_LENGTH(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.code_length) macro
H A DChangeLog14572 * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,