Searched defs:operands (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | var_handles.cc | 35 const InstructionOperands* const operands, in VarHandleInvokeAccessorWithConversions() 66 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
|
D | method_handles.cc | 315 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/ |
D | instruction_builder.cc | 472 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 …]
|
D | code_generator.cc | 556 MoveOperands* operands = parallel_move->MoveOperandsAt(i); in FinishCriticalNativeFrameSetup() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 382 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/ |
D | var_handle.cc | 1452 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()
|
D | emulated_stack_frame.cc | 151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2483 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local 2576 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local
|