Lines Matching refs:helper
1 %def invoke(helper="UndefinedInvokeHandler"):
7 .extern $helper
14 call SYMBOL($helper)
24 %def invoke_polymorphic(helper="UndefinedInvokeHandler"):
30 .extern $helper
37 call SYMBOL($helper)
48 % invoke(helper="MterpInvokeCustom")
51 % invoke(helper="MterpInvokeCustomRange")
54 % invoke(helper="MterpInvokeDirect")
57 % invoke(helper="MterpInvokeDirectRange")
60 % invoke(helper="MterpInvokeInterface")
70 % invoke(helper="MterpInvokeInterfaceRange")
73 % invoke_polymorphic(helper="MterpInvokePolymorphic")
76 % invoke_polymorphic(helper="MterpInvokePolymorphicRange")
79 % invoke(helper="MterpInvokeStatic")
83 % invoke(helper="MterpInvokeStaticRange")
86 % invoke(helper="MterpInvokeSuper")
96 % invoke(helper="MterpInvokeSuperRange")
99 % invoke(helper="MterpInvokeVirtual")
109 % invoke(helper="MterpInvokeVirtualQuick")
112 % invoke(helper="MterpInvokeVirtualRange")
115 % invoke(helper="MterpInvokeVirtualQuickRange")