Searched refs:VarArgsInstructionOperands (Results 1 – 5 of 5) sorted by relevance
731 class VarArgsInstructionOperands final : public InstructionOperands {733 VarArgsInstructionOperands(const uint32_t (&operands)[Instruction::kMaxVarArgRegs], in VarArgsInstructionOperands() function736 ~VarArgsInstructionOperands() {} in ~VarArgsInstructionOperands()742 DISALLOW_IMPLICIT_CONSTRUCTORS(VarArgsInstructionOperands);
524 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
389 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()472 VarArgsInstructionOperands all_operands(args, inst->VRegA_45cc()); in DoVarHandleInvokeCommon()
274 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
2924 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2949 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2964 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()3520 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()