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.cc327 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame()
371 const InstructionOperands* const operands, in MethodHandleInvokeTransform()
624 const InstructionOperands* const operands, in MethodHandleFieldAccess()
693 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation()
754 const InstructionOperands* const operands, in DoMethodHandleInvokeMethod()
808 const InstructionOperands* const operands, in MethodHandleInvokeExactInternal()
842 const InstructionOperands* const operands, in MethodHandleInvokeInternal()
893 const InstructionOperands* const operands, in MethodHandleInvoke()
903 const InstructionOperands* const operands, in MethodHandleInvokeExact()
931 RangeInstructionOperands operands(0, num_vregs); in MethodHandleInvokeExactWithFrame() local
/art/compiler/optimizing/
Dinstruction_builder.cc488 RangeInstructionOperands operands(graph_->GetNumberOfVRegs() - in_vregs, in_vregs); in BuildIntrinsic() local
1006 const InstructionOperands& operands) { in BuildInvoke()
1339 const InstructionOperands& operands) { in BuildInvokePolymorphic()
1395 const InstructionOperands& operands) { in BuildInvokeCustom()
1764 const InstructionOperands& operands, in SetupInvokeArguments()
1855 const InstructionOperands& operands, in HandleInvoke()
1876 const InstructionOperands& operands, in BuildSimpleIntrinsic()
2061 const InstructionOperands& operands, in HandleStringInit()
2428 const InstructionOperands& operands) { in BuildFilledNewArray()
2924 VarArgsInstructionOperands operands(args, number_of_vreg_arguments); in ProcessDexInstruction() local
[all …]
Dcode_generator.cc566 MoveOperands* operands = parallel_move->MoveOperandsAt(i); in FinishCriticalNativeFrameSetup() local
/art/runtime/interpreter/
Dinterpreter_common.cc366 RangeInstructionOperands operands(inst->VRegC_4rcc() + 1, inst->VRegA_4rcc() - 1); in DoMethodHandleInvokeCommon() local
389 VarArgsInstructionOperands operands(args, inst->VRegA_45cc() - 1); in DoMethodHandleInvokeCommon() local
473 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local
483 NoReceiverInstructionOperands operands(&all_operands); in DoVarHandleInvokeCommon() local
1043 RangeInstructionOperands operands(0, bootstrap_frame->NumberOfVRegs()); in InvokeBootstrapMethod() local
1114 const InstructionOperands* operands, in DoInvokeCustom()
/art/runtime/mirror/
Demulated_stack_frame.cc151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
Dvar_handle.cc1458 const InstructionOperands* const operands, in Access()
1657 const InstructionOperands* const operands, in Access()
1731 const InstructionOperands* const operands, in Access()
1827 const InstructionOperands* const operands, in Access()
1915 const InstructionOperands* const operands, in Access()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2394 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local
2490 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local