Lines Matching refs:is_interface
660 .macro GET_SHORTY dest, is_interface, is_polymorphic, is_custom
670 .elseif \is_interface
681 .macro GET_SHORTY_SLOW_PATH dest, is_interface
686 .if \is_interface
853 .macro COMMON_INVOKE_NON_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymor…
918 .if \is_interface
960 .if \is_interface
972 GET_SHORTY_SLOW_PATH xINST, \is_interface
977 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom
1023 .if \is_interface
1188 .macro COMMON_INVOKE_RANGE is_static=0, is_interface=0, suffix="", is_string_init=0, is_polymorphic…
1268 .if \is_interface
1305 .if \is_interface
1316 GET_SHORTY_SLOW_PATH xINST, \is_interface
1321 GET_SHORTY xINST, \is_interface, \is_polymorphic, \is_custom
1378 .if \is_interface
1726 COMMON_INVOKE_NON_RANGE is_interface=1, suffix="invokeInterface"
1729 COMMON_INVOKE_RANGE is_interface=1, suffix="invokeInterface"