Searched refs:number_of_vreg_arguments (Results 1 – 1 of 1) sorted by relevance
2566 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local2567 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2602 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local2603 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2617 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local2618 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()3173 uint32_t number_of_vreg_arguments = instruction.GetVarArgs(args); in ProcessDexInstruction() local3174 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()