Home
last modified time | relevance | path

Searched refs:obj_index (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp882 int obj_index; in GetStepThroughDispatchPlan() local
892 obj_index = 0; in GetStepThroughDispatchPlan()
896 obj_index = 1; in GetStepThroughDispatchPlan()
902 obj_index = 0; in GetStepThroughDispatchPlan()
913 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
946 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
972 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
995 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1059 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()