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.cc525 uint32_t VarArgsInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.h243 VarArgsInstructionOperands operands(args, inst->VRegA_35c()); in DoInvokeCustom()
Dinterpreter_common.cc374 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon()
449 std::optional<VarArgsInstructionOperands> var_args_operands(std::nullopt); in DoVarHandleInvokeCommon()
/art/compiler/optimizing/
Dinstruction_builder.cc2936 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
2961 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
2976 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()
3532 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction()