Searched refs:DECL_CODE_LENGTH (Results 1 – 6 of 6) sorted by relevance
140 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);
245 whole_range.end_pc = DECL_CODE_LENGTH (current_function_decl) + 1; in method_init_exceptions()
199 DECL_CODE_LENGTH (current_method) = (CODE_LENGTH); \
2698 long length = DECL_CODE_LENGTH (method);2847 long length = DECL_CODE_LENGTH (method);
761 #define DECL_CODE_LENGTH(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.code_length) macro
14572 * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,