Home
last modified time | relevance | path

Searched refs:VarArgsInstructionOperands (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction.h726 class VarArgsInstructionOperands FINAL : public InstructionOperands {
728 VarArgsInstructionOperands(const uint32_t (&operands)[Instruction::kMaxVarArgRegs], in VarArgsInstructionOperands() function
731 ~VarArgsInstructionOperands() {} in ~VarArgsInstructionOperands()
737 DISALLOW_IMPLICIT_CONSTRUCTORS(VarArgsInstructionOperands);
Ddex_instruction.cc556 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.cc674 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()