Searched defs:operands (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | var_handles.cc | 35 const InstructionOperands* const operands, in VarHandleInvokeAccessorWithConversions() 66 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
|
D | method_handles.cc | 314 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame() 340 const InstructionOperands* const operands, in ConvertAndCopyArgumentsFromCallerFrame() 423 const InstructionOperands* const operands, in MethodHandleInvokeMethod() 554 const InstructionOperands* const operands, in MethodHandleInvokeTransform() 706 const InstructionOperands* const operands, in DoInvokePolymorphicMethod() 888 const InstructionOperands* const operands, in MethodHandleFieldAccess() 974 const InstructionOperands* const operands, in DoVarHandleInvokeTranslationUnchecked() 1001 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation() 1084 const InstructionOperands* const operands, in MethodHandleInvokeInternal() 1126 const InstructionOperands* const operands, in MethodHandleInvokeExactInternal() [all …]
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 451 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic() local 906 const InstructionOperands& operands) { in BuildInvoke() 1019 const InstructionOperands& operands) { in BuildInvokePolymorphic() 1035 const InstructionOperands& operands) { in BuildInvokeCustom() 1384 const InstructionOperands& operands, in SetupInvokeArguments() 1437 const InstructionOperands& operands, in HandleInvoke() 1475 const InstructionOperands& operands, in HandleStringInit() 1820 const InstructionOperands& operands) { in BuildFilledNewArray() 2272 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction() local 2296 RangeInstructionOperands operands(instruction.VRegC(), instruction.VRegA_3rc()); in ProcessDexInstruction() local [all …]
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 707 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon() local 730 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon() local 814 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local 824 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local 1386 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod() local 1457 const InstructionOperands* operands, in DoInvokeCustom()
|
/art/runtime/mirror/ |
D | var_handle.cc | 1580 const InstructionOperands* const operands, in Access() 1690 const InstructionOperands* const operands, in Access() 1741 const InstructionOperands* const operands, in Access() 1833 const InstructionOperands* const operands, in Access() 1921 const InstructionOperands* const operands, in Access()
|
D | emulated_stack_frame.cc | 151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2821 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local 2914 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local
|