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);
525 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
243 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
374 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()449 std::optional<VarArgsInstructionOperands> var_args_operands(std::nullopt); in DoVarHandleInvokeCommon()
2936 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2961 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()2976 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()3532 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()