Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp948 int obj_index; in GetStepThroughDispatchPlan() local
956 obj_index = 1; in GetStepThroughDispatchPlan()
962 obj_index = 0; in GetStepThroughDispatchPlan()
973 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1004 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1030 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1053 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1110 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp42 uint32_t obj_index = queue.second->object_type; in DestroyQueueDataStructures() local
45 assert(num_objects[obj_index] > 0); in DestroyQueueDataStructures()
46 num_objects[obj_index]--; in DestroyQueueDataStructures()