Home
last modified time | relevance | path

Searched refs:RangeInstructionOperands (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dvar_handles.cc51 RangeInstructionOperands accessor_operands(kFirstDestinationReg, in VarHandleInvokeAccessorWithConversions()
Dmethod_handles.cc1005 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
/art/libdexfile/dex/
Ddex_instruction.h716 class RangeInstructionOperands final : public InstructionOperands {
718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands() function
720 ~RangeInstructionOperands() {} in ~RangeInstructionOperands()
726 DISALLOW_IMPLICIT_CONSTRUCTORS(RangeInstructionOperands);
Ddex_instruction.cc554 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.cc386 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon()
502 RangeInstructionOperands all_operands(inst->VRegC_4rcc(), inst->VRegA_4rcc()); in DoVarHandleInvokeCommon()
1065 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod()
Dinterpreter_common.h461 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
/art/compiler/optimizing/
Dinstruction_builder.cc440 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic()
2591 RangeInstructionOperands operands(instruction.VRegC(), instruction.VRegA_3rc()); in ProcessDexInstruction()
2610 RangeInstructionOperands operands(instruction.VRegC_4rcc(), instruction.VRegA_4rcc()); in ProcessDexInstruction()
2624 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
3182 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2572 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic()
2665 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom()