Searched refs:argument_values (Results 1 – 1 of 1) sorted by relevance
524 ValueList argument_values; in RefreshTrampolines() local533 argument_values.PushValue(input_value); in RefreshTrampolines()536 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()899 ValueList argument_values; in GetStepThroughDispatchPlan() local918 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()919 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()920 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()924 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()925 argument_values.PushValue(void_ptr_value); in GetStepThroughDispatchPlan()928 bool success = abi->GetArgumentValues(thread, argument_values); in GetStepThroughDispatchPlan()[all …]