Home
last modified time | relevance | path

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

/art/runtime/
Dvar_handles.cc35 const InstructionOperands* const operands, in VarHandleInvokeAccessorWithConversions()
66 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
Dmethod_handles.cc315 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame()
341 const InstructionOperands* const operands, in ConvertAndCopyArgumentsFromCallerFrame()
425 const InstructionOperands* const operands, in MethodHandleInvokeMethod()
561 const InstructionOperands* const operands, in MethodHandleInvokeTransform()
720 const InstructionOperands* const operands, in DoInvokePolymorphicMethod()
904 const InstructionOperands* const operands, in MethodHandleFieldAccess()
990 const InstructionOperands* const operands, in DoVarHandleInvokeTranslationUnchecked()
1017 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation()
1100 const InstructionOperands* const operands, in MethodHandleInvokeInternal()
1142 const InstructionOperands* const operands, in MethodHandleInvokeExactInternal()
[all …]
/art/compiler/optimizing/
Dinstruction_builder.cc472 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic() local
993 const InstructionOperands& operands) { in BuildInvoke()
1174 const InstructionOperands& operands) { in BuildInvokePolymorphic()
1226 const InstructionOperands& operands) { in BuildInvokeCustom()
1594 const InstructionOperands& operands, in SetupInvokeArguments()
1685 const InstructionOperands& operands, in HandleInvoke()
1705 const InstructionOperands& operands, in BuildSimpleIntrinsic()
1887 const InstructionOperands& operands, in HandleStringInit()
2250 const InstructionOperands& operands) { in BuildFilledNewArray()
2746 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction() local
[all …]
Dcode_generator.cc556 MoveOperands* operands = parallel_move->MoveOperandsAt(i); in FinishCriticalNativeFrameSetup() local
/art/runtime/interpreter/
Dinterpreter_common.cc382 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon() local
405 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon() local
489 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local
499 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local
1061 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod() local
1132 const InstructionOperands* operands, in DoInvokeCustom()
/art/runtime/mirror/
Dvar_handle.cc1452 const InstructionOperands* const operands, in Access()
1652 const InstructionOperands* const operands, in Access()
1703 const InstructionOperands* const operands, in Access()
1795 const InstructionOperands* const operands, in Access()
1883 const InstructionOperands* const operands, in Access()
Demulated_stack_frame.cc151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2483 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local
2576 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local