Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp883 int obj_index; in GetStepThroughDispatchPlan() local
893 obj_index = 0; in GetStepThroughDispatchPlan()
897 obj_index = 1; in GetStepThroughDispatchPlan()
903 obj_index = 0; in GetStepThroughDispatchPlan()
914 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
947 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
973 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
996 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1060 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()