Home
last modified time | relevance | path

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

/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.cc551 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
/art/runtime/interpreter/
Dinterpreter_common.cc651 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon()
751 RangeInstructionOperands accessor_operands(kFirstDestinationReg, in DoVarHandleInvokeChecked()
815 RangeInstructionOperands all_operands(inst->VRegC_4rcc(), inst->VRegA_4rcc()); in DoVarHandleInvokeCommon()
1061 RangeInstructionOperands operands(0, vreg); in InvokeBootstrapMethod()
1149 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
/art/runtime/
Dmethod_handles.cc987 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2835 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic()