Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dvar_handles.cc56 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()
Dmethod_handles.cc326 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/
Dinstruction_builder.cc492 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 …]
Dfast_compiler_arm64.cc747 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
Dcode_generator.cc497 MoveOperands* operands = parallel_move->MoveOperandsAt(i); in FinishCriticalNativeFrameSetup() local
/art/runtime/interpreter/
Dinterpreter_common.cc344 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/
Demulated_stack_frame.cc151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
Dvar_handle.cc1465 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/
Dquick_trampoline_entrypoints.cc2470 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