Lines Matching full:selector

173         printf ("\n*** Got fixed up selector: %p for name %s.\n",
798 // The selector specific stubs are a wrapper for objc_msgSend. They don't get in GetStepThroughDispatchPlan()
799 // passed a SEL, but instead the selector string is encoded in the stub in GetStepThroughDispatchPlan()
802 // and the stub figures out the uniqued selector. If we find ourselves in in GetStepThroughDispatchPlan()
803 // one of these stubs, we strip off the selector string and pass that to the in GetStepThroughDispatchPlan()
809 // First step is to see if we're in a selector-specific dispatch stub. in GetStepThroughDispatchPlan()
810 // Those are of the form _objc_msgSend$<SELECTOR>, so see if the current in GetStepThroughDispatchPlan()
853 // arguments out. If we are in a regular stub, we get self & selector, in GetStepThroughDispatchPlan()
854 // but if we are in a selector-specific stub, we'll have to get that from in GetStepThroughDispatchPlan()
885 // If this is a selector-specific stub then just push one value, 'cause in GetStepThroughDispatchPlan()
889 // the selector is the third. in GetStepThroughDispatchPlan()
890 // Otherwise the object is the first and the selector the second. in GetStepThroughDispatchPlan()
925 // used to look up the class/selector pair in our cache. in GetStepThroughDispatchPlan()
929 // If we are not in a selector stub, get the sel address from the arguments. in GetStepThroughDispatchPlan()
1015 LLDB_LOG(log, "Resolving call for class - {0} and selector - {1}", in GetStepThroughDispatchPlan()
1019 LLDB_LOG(log, "Resolving call for class - {0} and selector - {1}", in GetStepThroughDispatchPlan()
1024 // If it is a selector-specific stub dispatch, look in the string cache: in GetStepThroughDispatchPlan()
1035 // We haven't seen this class/selector pair yet. Look it up. in GetStepThroughDispatchPlan()
1042 // object, selector/selector string and some flags, in GetStepThroughDispatchPlan()
1055 // selector WE injected, set is_str_ptr to true, and sel to the address in GetStepThroughDispatchPlan()
1062 // If we don't have a selector string, push the selector from arguments. in GetStepThroughDispatchPlan()
1074 "Could not allocate memory for selector string {0}: {1}", in GetStepThroughDispatchPlan()