HomeSort by relevance Sort by last modified time
    Searched refs:MoveArguments (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
intrinsics_utils.h 44 Location MoveArguments(CodeGenerator* codegen) {
46 IntrinsicVisitor::MoveArguments(invoke_, codegen, &calling_convention_visitor);
56 Location method_loc = MoveArguments(codegen);
intrinsics.h 84 static void MoveArguments(HInvoke* invoke,
intrinsics_arm64.cc 98 static void MoveArguments(HInvoke* invoke, CodeGeneratorARM64* codegen) {
100 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
120 MoveArguments(invoke_, codegen);
    [all...]
intrinsics_arm_vixl.cc 85 Location MoveArguments(CodeGenerator* codegen) {
87 IntrinsicVisitor::MoveArguments(invoke_, codegen, &calling_convention_visitor);
97 Location method_loc = MoveArguments(codegen);
    [all...]
intrinsics_mips.cc 88 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS* codegen) {
90 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
112 MoveArguments(invoke_, codegen);
    [all...]
intrinsics_mips64.cc 76 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS64* codegen) {
78 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
101 MoveArguments(invoke_, codegen);
    [all...]
intrinsics_x86.cc 70 static void MoveArguments(HInvoke* invoke, CodeGeneratorX86* codegen) {
72 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
793 MoveArguments(invoke, codegen);
    [all...]
intrinsics_x86_64.cc 63 static void MoveArguments(HInvoke* invoke, CodeGeneratorX86_64* codegen) {
65 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
564 MoveArguments(invoke, codegen);
    [all...]

Completed in 510 milliseconds