Home
last modified time | relevance | path

Searched refs:VarArgsInstructionOperands (Results 1 – 4 of 4) 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.cc558 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.h366 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
Dinterpreter_common.cc730 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()
813 VarArgsInstructionOperands all_operands(args, inst->VRegA_45cc()); in DoVarHandleInvokeCommon()