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 | 1005 RangeInstructionOperands accessor_operands(kFirstAccessorReg, kFirstAccessorReg + vreg_count); in DoVarHandleInvokeTranslationUnchecked()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 716 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);
|
D | dex_instruction.cc | 554 uint32_t RangeInstructionOperands::GetOperand(size_t operand_index) const { in GetOperand()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 386 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()
|
D | interpreter_common.h | 461 RangeInstructionOperands operands(inst->VRegC_3rc(), inst->VRegA_3rc()); in DoInvokeCustom()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 440 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/ |
D | quick_trampoline_entrypoints.cc | 2572 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() 2665 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom()
|