Searched refs:this_dispatch (Results 1 – 1 of 1) sorted by relevance
815 const DispatchFunction *this_dispatch = nullptr; in GetStepThroughDispatchPlan() local825 this_dispatch = &sel_stub_dispatch; in GetStepThroughDispatchPlan()833 this_dispatch = FindDispatchFunction(curr_pc); in GetStepThroughDispatchPlan()837 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()843 this_dispatch = &vtable_dispatch; in GetStepThroughDispatchPlan()849 if (this_dispatch) { in GetStepThroughDispatchPlan()895 } else if (this_dispatch->stret_return) { in GetStepThroughDispatchPlan()939 if (this_dispatch->is_super) { in GetStepThroughDispatchPlan()940 if (this_dispatch->is_super2) { in GetStepThroughDispatchPlan()1103 if (this_dispatch->stret_return) in GetStepThroughDispatchPlan()[all …]