Searched refs:VarArgsInstructionOperands (Results 1 – 3 of 3) sorted by relevance
726 class VarArgsInstructionOperands FINAL : public InstructionOperands {728 VarArgsInstructionOperands(const uint32_t (&operands)[Instruction::kMaxVarArgRegs], in VarArgsInstructionOperands() function731 ~VarArgsInstructionOperands() {} in ~VarArgsInstructionOperands()737 DISALLOW_IMPLICIT_CONSTRUCTORS(VarArgsInstructionOperands);
556 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
674 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()805 VarArgsInstructionOperands all_operands(args, inst->VRegA_45cc()); in DoVarHandleInvokeCommon()1159 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()