Searched refs:VarArgsInstructionOperands (Results 1 – 4 of 4) 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);
558 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
366 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
730 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()813 VarArgsInstructionOperands all_operands(args, inst->VRegA_45cc()); in DoVarHandleInvokeCommon()