Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.h731 class VarArgsInstructionOperands final : public InstructionOperands {
733 VarArgsInstructionOperands(const uint32_t (&operands)[Instruction::kMaxVarArgRegs], in VarArgsInstructionOperands() function
736 ~VarArgsInstructionOperands() {} in ~VarArgsInstructionOperands()
742 DISALLOW_IMPLICIT_CONSTRUCTORS(VarArgsInstructionOperands);
Ddex_instruction.cc559 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.cc409 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()
492 VarArgsInstructionOperands all_operands(args, inst->VRegA_45cc()); in DoVarHandleInvokeCommon()
Dinterpreter_common.h466 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
/art/compiler/optimizing/
Dinstruction_builder.cc2567 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
2603 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
2618 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
3174 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()