Lines Matching refs:argument_values
424 ValueList argument_values; in RefreshTrampolines() local
433 argument_values.PushValue(input_value); in RefreshTrampolines()
436 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()
443 error = argument_values.GetValueAtIndex(0)->GetValueAsData(&exe_ctx, data, in RefreshTrampolines()
874 ValueList argument_values; in GetStepThroughDispatchPlan() local
895 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
899 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
900 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
901 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
905 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
906 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()
909 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()
914 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
933 argument_values.GetValueAtIndex(sel_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()
1065 *(argument_values.GetValueAtIndex(sel_index))); in GetStepThroughDispatchPlan()