Searched refs:objc_method_template (Results 1 – 4 of 4) sorted by relevance
337 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
4034 if (!objc_method_template) in generate_dispatch_tables()4035 objc_method_template = build_method_template (); in generate_dispatch_tables()4052 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()4054 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()4074 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()4076 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()
429 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
5379 if (!objc_method_template) in generate_dispatch_tables()5380 objc_method_template = build_method_template (); in generate_dispatch_tables()5388 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()5390 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()5409 = build_method_list_template (objc_method_template, size); in generate_dispatch_tables()5411 = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_tables()