Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:eFixUpFixed

610     {"objc_msgSend_fixedup",             false, false, false, DispatchFunction::eFixUpFixed   },
613 {"objc_msgSend_stret_fixedup", true, false, false, DispatchFunction::eFixUpFixed },
616 {"objc_msgSend_fpret_fixedup", false, false, false, DispatchFunction::eFixUpFixed },
619 {"objc_msgSend_fp2ret_fixedup", false, false, true, DispatchFunction::eFixUpFixed },
624 {"objc_msgSendSuper2_fixedup", false, true, true, DispatchFunction::eFixUpFixed },
627 {"objc_msgSendSuper2_stret_fixedup", true, true, true, DispatchFunction::eFixUpFixed },
864 this_dispatch.fixedup = DispatchFunction::eFixUpFixed;
1102 case DispatchFunction::eFixUpFixed: