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 87 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS* codegen) {
89 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
111 MoveArguments(invoke_, codegen);
    [all...]
intrinsics_mips64.cc 75 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS64* codegen) {
77 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
100 MoveArguments(invoke_, codegen);
    [all...]
intrinsics_x86.cc 70 static void MoveArguments(HInvoke* invoke, CodeGeneratorX86* codegen) {
72 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor);
794 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);
565 MoveArguments(invoke, codegen);
    [all...]

Completed in 51 milliseconds