Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 7 of 7) 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.cc452 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic() local
907 const InstructionOperands& operands) { in BuildInvoke()
1033 const InstructionOperands& operands) { in BuildInvokePolymorphic()
1049 const InstructionOperands& operands) { in BuildInvokeCustom()
1406 const InstructionOperands& operands, in SetupInvokeArguments()
1459 const InstructionOperands& operands, in HandleInvoke()
1497 const InstructionOperands& operands, in HandleStringInit()
1842 const InstructionOperands& operands) { in BuildFilledNewArray()
2294 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction() local
2318 RangeInstructionOperands operands(instruction.VRegC(), instruction.VRegA_3rc()); in ProcessDexInstruction() local
[all …]
/art/runtime/interpreter/
Dinterpreter_common.cc386 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon() local
409 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon() local
493 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local
503 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local
1065 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod() local
1136 const InstructionOperands* operands, in DoInvokeCustom()
/art/runtime/mirror/
Dvar_handle.cc1580 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()
Demulated_stack_frame.cc151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2594 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local
2687 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local