Searched refs:RangeInstructionOperands (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | var_handles.cc | 51 RangeInstructionOperands accessor_operands(kFirstDestinationReg, in VarHandleInvokeAccessorWithConversions()
|
D | method_handles.cc | 989 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 711 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);
|
D | dex_instruction.cc | 553 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 451 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/ |
D | interpreter_common.cc | 707 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()
|
D | interpreter_common.h | 361 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2821 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() 2914 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom()
|