Searched defs:operands (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | var_handles.cc | 56 const InstructionOperands* operands, in VarHandleInvokeAccessorWithConversions() 103 const InstructionOperands* const operands, in VarHandleInvokeAccessorImpl() 142 const InstructionOperands* const operands, in VarHandleInvokeAccessor() 153 const InstructionOperands* const operands, in VarHandleInvokeAccessor() 165 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
|
| D | method_handles.cc | 326 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame() 370 const InstructionOperands* const operands, in MethodHandleInvokeTransform() 625 const InstructionOperands* const operands, in MethodHandleFieldAccess() 694 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation() 754 const InstructionOperands* const operands, in DoMethodHandleInvokeMethod() 815 const InstructionOperands* const operands, in MethodHandleInvokeExactInternal() 849 const InstructionOperands* const operands, in MethodHandleInvokeInternal() 900 const InstructionOperands* const operands, in MethodHandleInvoke() 910 const InstructionOperands* const operands, in MethodHandleInvokeExact() 938 RangeInstructionOperands operands(0, num_vregs); in MethodHandleInvokeExactWithFrame() local
|
| /art/compiler/optimizing/ |
| D | instruction_builder.cc | 492 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic() local 1075 const InstructionOperands& operands) { in BuildInvoke() 1431 const InstructionOperands& operands) { in BuildInvokePolymorphic() 1500 const InstructionOperands& operands) { in BuildInvokeCustom() 1869 const InstructionOperands& operands, in SetupInvokeArguments() 1980 const InstructionOperands& operands, in HandleInvoke() 2001 const InstructionOperands& operands, in BuildSimpleIntrinsic() 2180 const InstructionOperands& operands, in HandleStringInit() 2547 const InstructionOperands& operands) { in BuildFilledNewArray() 3059 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction() local [all …]
|
| D | fast_compiler_arm64.cc | 747 const InstructionOperands& operands, in SetupArguments() 885 RangeInstructionOperands operands(instruction.VRegC(), instruction.VRegA_3rc()); in HandleInvoke() local 892 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in HandleInvoke() local
|
| D | code_generator.cc | 497 MoveOperands* operands = parallel_move->MoveOperandsAt(i); in FinishCriticalNativeFrameSetup() local
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 344 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon() local 367 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon() local 451 NoReceiverInstructionOperands operands(all_operands); in DoVarHandleInvokeCommon() local 1018 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod() local 1089 const InstructionOperands* operands, in DoInvokeCustom()
|
| /art/runtime/mirror/ |
| D | emulated_stack_frame.cc | 151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
|
| D | var_handle.cc | 1465 const InstructionOperands* const operands, in Access() 1663 const InstructionOperands* const operands, in Access() 1737 const InstructionOperands* const operands, in Access() 1833 const InstructionOperands* const operands, in Access() 1921 const InstructionOperands* const operands, in Access()
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 2470 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local 2610 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphicWithHiddenReceiver() local 2674 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local
|