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 | 327 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/ |
D | instruction_builder.cc | 488 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 …]
|
D | code_generator.cc | 566 MoveOperands* operands = parallel_move->MoveOperandsAt(i); in FinishCriticalNativeFrameSetup() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 366 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/ |
D | emulated_stack_frame.cc | 151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
|
D | var_handle.cc | 1458 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/ |
D | quick_trampoline_entrypoints.cc | 2394 RangeInstructionOperands operands(first_arg + 1, num_vregs - 1); in artInvokePolymorphic() local 2490 RangeInstructionOperands operands(first_arg, num_vregs); in artInvokeCustom() local
|