Lines Matching refs:is_interface
677 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
687 .elseif \is_interface
922 .macro GET_SHORTY_SLOW_PATH dest, is_interface argument
926 .if \is_interface
938 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
1008 .if \is_interface
1047 .if \is_interface
1057 .if \is_interface
1061 GET_SHORTY_SLOW_PATH rINST, \is_interface
1066 .if \is_interface
1070 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom
1130 .if \is_interface
1237 .macro COMMON_INVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic…
1307 .if \is_interface
1344 .if \is_interface
1354 .if \is_interface
1358 GET_SHORTY_SLOW_PATH rINST, \is_interface
1363 .if \is_interface
1367 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom
1423 .if \is_interface
1793 COMMON_INVOKE_NON_RANGE is_interface=1, suffix="invokeInterface"
1796 COMMON_INVOKE_RANGE is_interface=1, suffix="invokeInterface"