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()
410 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()493 VarArgsInstructionOperands all_operands(args, inst->VRegA_45cc()); in DoVarHandleInvokeCommon()
351 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
2898 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2923 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2938 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()3494 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()