Lines Matching refs:is_interface
686 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
696 .elseif \is_interface
931 .macro GET_SHORTY_SLOW_PATH dest, is_interface
935 .if \is_interface
947 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
1017 .if \is_interface
1056 .if \is_interface
1066 .if \is_interface
1070 GET_SHORTY_SLOW_PATH rINST, \is_interface
1075 .if \is_interface
1079 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom
1139 .if \is_interface
1246 .macro COMMON_INVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic…
1316 .if \is_interface
1353 .if \is_interface
1363 .if \is_interface
1367 GET_SHORTY_SLOW_PATH rINST, \is_interface
1372 .if \is_interface
1376 GET_SHORTY rINST, \is_interface, \is_polymorphic, \is_custom
1432 .if \is_interface
1750 COMMON_INVOKE_NON_RANGE is_interface=1, suffix="invokeInterface"
1753 COMMON_INVOKE_RANGE is_interface=1, suffix="invokeInterface"