Searched refs:calling_convention_visitor (Results 1 – 10 of 10) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics.h | 83 InvokeDexCallingConventionVisitor* calling_convention_visitor) { in INTRINSICS_LIST() 104 Location cc_loc = calling_convention_visitor->GetNextLocation(input->GetType()); in INTRINSICS_LIST()
|
D | intrinsics_arm.cc | 81 InvokeDexCallingConventionVisitorARM calling_convention_visitor; in MoveArguments() local 82 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
|
D | intrinsics_arm64.cc | 90 InvokeDexCallingConventionVisitorARM64 calling_convention_visitor; in MoveArguments() local 91 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
|
D | intrinsics_x86_64.cc | 109 InvokeDexCallingConventionVisitorX86_64 calling_convention_visitor; in MoveArguments() local 110 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
|
D | intrinsics_x86.cc | 117 InvokeDexCallingConventionVisitorX86 calling_convention_visitor; in MoveArguments() local 118 IntrinsicVisitor::MoveArguments(invoke, codegen, &calling_convention_visitor); in MoveArguments()
|
D | code_generator_arm64.cc | 1924 InvokeDexCallingConventionVisitorARM64 calling_convention_visitor; in HandleInvoke() local 1927 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType())); in HandleInvoke() 1932 locations->SetOut(calling_convention_visitor.GetReturnLocation(return_type)); in HandleInvoke()
|
D | code_generator_mips64.cc | 2304 InvokeDexCallingConventionVisitorMIPS64 calling_convention_visitor; in HandleInvoke() local 2307 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType())); in HandleInvoke() 2312 locations->SetOut(calling_convention_visitor.GetReturnLocation(return_type)); in HandleInvoke()
|
D | code_generator_arm.cc | 1290 InvokeDexCallingConventionVisitorARM calling_convention_visitor; in HandleInvoke() local 1293 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType())); in HandleInvoke() 1296 locations->SetOut(calling_convention_visitor.GetReturnLocation(invoke->GetType())); in HandleInvoke()
|
D | code_generator_x86_64.cc | 1345 InvokeDexCallingConventionVisitorX86_64 calling_convention_visitor; in HandleInvoke() local 1348 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType())); in HandleInvoke()
|
D | code_generator_x86.cc | 1244 InvokeDexCallingConventionVisitorX86 calling_convention_visitor; in HandleInvoke() local 1247 locations->SetInAt(i, calling_convention_visitor.GetNextLocation(input->GetType())); in HandleInvoke()
|