Home | History | Annotate | Download | only in jit

Lines Matching refs:FunctionPtr

335     move(ImmPtr(FunctionPtr(ctiVMThrowTrampoline).value()), regT2);
357 patchBuffer.link(string_failureCases1Call, FunctionPtr(cti_op_get_by_id_string_fail));
358 patchBuffer.link(string_failureCases2Call, FunctionPtr(cti_op_get_by_id_string_fail));
359 patchBuffer.link(string_failureCases3Call, FunctionPtr(cti_op_get_by_id_string_fail));
361 patchBuffer.link(callArityCheck1, FunctionPtr(cti_op_call_arityCheck));
362 patchBuffer.link(callJSFunction1, FunctionPtr(cti_op_call_JSFunction));
364 patchBuffer.link(callArityCheck2, FunctionPtr(cti_op_call_arityCheck));
365 patchBuffer.link(callJSFunction2, FunctionPtr(cti_op_call_JSFunction));
366 patchBuffer.link(callLazyLinkCall, FunctionPtr(cti_vm_lazyLinkCall));
1809 move(ImmPtr(FunctionPtr(ctiVMThrowTrampoline).value()), regT2);
1826 patchBuffer.link(string_failureCases1Call, FunctionPtr(cti_op_get_by_id_string_fail));
1827 patchBuffer.link(string_failureCases2Call, FunctionPtr(cti_op_get_by_id_string_fail));
1828 patchBuffer.link(string_failureCases3Call, FunctionPtr(cti_op_get_by_id_string_fail));
1830 patchBuffer.link(callArityCheck1, FunctionPtr(cti_op_call_arityCheck));
1831 patchBuffer.link(callJSFunction1, FunctionPtr(cti_op_call_JSFunction));
1833 patchBuffer.link(callArityCheck2, FunctionPtr(cti_op_call_arityCheck));
1834 patchBuffer.link(callJSFunction2, FunctionPtr(cti_op_call_JSFunction));
1835 patchBuffer.link(callLazyLinkCall, FunctionPtr(cti_vm_lazyLinkCall));