Home
last modified time | relevance | path

Searched refs:MoveArguments (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_utils.h44 Location MoveArguments(CodeGenerator* codegen) { in MoveArguments() function
46 IntrinsicVisitor::MoveArguments(invoke_, codegen, &calling_convention_visitor); in MoveArguments()
56 Location method_loc = MoveArguments(codegen); in EmitNativeCode()
Dintrinsics.h83 static void MoveArguments(HInvoke* invoke, in INTRINSICS_LIST()
Dintrinsics_mips64.cc75 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS64* codegen) { in MoveArguments() function
77 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
100 MoveArguments(invoke_, codegen); in EmitNativeCode()
Dintrinsics_arm64.cc90 static void MoveArguments(HInvoke* invoke, CodeGeneratorARM64* codegen) { in MoveArguments() function
92 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
112 MoveArguments(invoke_, codegen); in EmitNativeCode()
Dintrinsics_mips.cc87 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS* codegen) { in MoveArguments() function
89 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
111 MoveArguments(invoke_, codegen); in EmitNativeCode()
Dintrinsics_x86.cc79 static void MoveArguments(HInvoke* invoke, CodeGeneratorX86* codegen) { in MoveArguments() function
81 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
696 MoveArguments(invoke, codegen); in InvokeOutOfLineIntrinsic()
Dintrinsics_x86_64.cc73 static void MoveArguments(HInvoke* invoke, CodeGeneratorX86_64* codegen) { in MoveArguments() function
75 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
516 MoveArguments(invoke, codegen); in InvokeOutOfLineIntrinsic()