Lines Matching refs:this_dispatch
816 const DispatchFunction *this_dispatch = nullptr; in GetStepThroughDispatchPlan() local
826 this_dispatch = &sel_stub_dispatch; in GetStepThroughDispatchPlan()
834 this_dispatch = FindDispatchFunction(curr_pc); in GetStepThroughDispatchPlan()
838 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()
844 this_dispatch = &vtable_dispatch; in GetStepThroughDispatchPlan()
850 if (this_dispatch) { in GetStepThroughDispatchPlan()
896 } else if (this_dispatch->stret_return) { in GetStepThroughDispatchPlan()
940 if (this_dispatch->is_super) { in GetStepThroughDispatchPlan()
941 if (this_dispatch->is_super2) { in GetStepThroughDispatchPlan()
1104 if (this_dispatch->stret_return) in GetStepThroughDispatchPlan()
1110 if (this_dispatch->is_super) in GetStepThroughDispatchPlan()
1116 if (this_dispatch->is_super2) in GetStepThroughDispatchPlan()
1122 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
1164 if (!this_dispatch && !ret_plan_sp) { in GetStepThroughDispatchPlan()