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.cc989 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
/art/libdexfile/dex/
Ddex_instruction.h711 class RangeInstructionOperands final : public InstructionOperands {
713 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands() function
715 ~RangeInstructionOperands() {} in ~RangeInstructionOperands()
721 DISALLOW_IMPLICIT_CONSTRUCTORS(RangeInstructionOperands);
Ddex_instruction.cc553 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/compiler/optimizing/
Dinstruction_builder.cc451 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic()
2296 RangeInstructionOperands operands(instruction.VRegC(), instruction.VRegA_3rc()); in ProcessDexInstruction()
2315 RangeInstructionOperands operands(instruction.VRegC_4rcc(), instruction.VRegA_4rcc()); in ProcessDexInstruction()
2329 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
2887 RangeInstructionOperands operands(instruction.VRegC_3rc(), instruction.VRegA_3rc()); in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_common.cc707 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon()
823 RangeInstructionOperands all_operands(inst->VRegC_4rcc(), inst->VRegA_4rcc()); in DoVarHandleInvokeCommon()
1386 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod()
Dinterpreter_common.h361 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2821 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic()
2914 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom()