Searched defs:GetReturnLocation (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.h174 Location GetReturnLocation(DataType::Type return_type);
190 Location GetReturnLocation(DataType::Type return_type) const { function in class:art::arm64::InvokeDexCallingConvention
205 Location GetReturnLocation(DataType::Type return_type) const OVERRIDE {
206 return calling_convention.GetReturnLocation(return_type);
226 Location GetReturnLocation(DataType::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
H A Dcode_generator_mips64.cc75 Location InvokeDexCallingConventionVisitorMIPS64::GetReturnLocation(DataType::Type type) const { function in class:art::mips64::InvokeDexCallingConventionVisitorMIPS64
110 Location InvokeRuntimeCallingConvention::GetReturnLocation(DataType::Type type) { function in class:art::mips64::InvokeRuntimeCallingConvention
372 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
852 mips64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
926 mips64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
6439 locations->SetOut(calling_convention.GetReturnLocation(DataType::Type::kReference));
6463 locations->SetOut(calling_convention.GetReturnLocation(DataType::Type::kReference));
6633 locations->SetOut(calling_convention.GetReturnLocation(type));
H A Dcode_generator_arm64.cc164 Location InvokeRuntimeCallingConvention::GetReturnLocation(DataType::Type return_type) { function in class:art::arm64::InvokeRuntimeCallingConvention
346 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
386 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
498 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
1253 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
1331 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
4829 RegisterFrom(calling_convention.GetReturnLocation(DataType::Type::kReference),
5011 locations->SetOut(calling_convention.GetReturnLocation(load->GetType()));
5021 RegisterFrom(calling_convention.GetReturnLocation(DataType::Type::kReference),
5256 locations->SetOut(calling_convention.GetReturnLocation(DataTyp
[all...]
H A Dcode_generator_arm_vixl.cc2677 Location InvokeDexCallingConventionVisitorARMVIXL::GetReturnLocation(DataType::Type type) const { function in class:art::arm::InvokeDexCallingConventionVisitorARMVIXL
3516 locations->SetInAt(0, parameter_visitor_.GetReturnLocation(ret->InputAt(0)->GetType()));
7082 // TODO: Add GetReturnLocation() to the calling convention so that we can DCHECK()
7271 // TODO: Add GetReturnLocation() to the calling convention so that we can DCHECK()
9279 Location return_loc = InvokeDexCallingConventionVisitorARMVIXL().GetReturnLocation(type);
H A Dcode_generator_mips.cc79 Location InvokeDexCallingConventionVisitorMIPS::GetReturnLocation(DataType::Type type) const { function in class:art::mips::InvokeDexCallingConventionVisitorMIPS
158 Location InvokeRuntimeCallingConvention::GetReturnLocation(DataType::Type type) { function in class:art::mips::InvokeRuntimeCallingConvention
415 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
909 calling_convention.GetReturnLocation(DataType::Type::kReference),
982 calling_convention.GetReturnLocation(DataType::Type::kReference),
4073 locations->SetOut(calling_convention.GetReturnLocation(type));
6440 locations->SetOut(calling_convention.GetReturnLocation(DataType::Type::kInt64));
6445 Location reg = calling_convention.GetReturnLocation(DataType::Type::kInt64);
8510 locations->SetOut(calling_convention.GetReturnLocation(DataType::Type::kReference));
8534 locations->SetOut(calling_convention.GetReturnLocation(DataTyp
[all...]
H A Dcode_generator_x86.cc1129 Location InvokeDexCallingConventionVisitorX86::GetReturnLocation(DataType::Type type) const { function in class:art::x86::InvokeDexCallingConventionVisitorX86
7797 Location return_loc = InvokeDexCallingConventionVisitorX86().GetReturnLocation(type);
H A Dcode_generator_x86_64.cc2267 Location InvokeDexCallingConventionVisitorX86_64::GetReturnLocation(DataType::Type type) const { function in class:art::x86_64::InvokeDexCallingConventionVisitorX86_64
7109 Location return_loc = InvokeDexCallingConventionVisitorX86_64().GetReturnLocation(type);

Completed in 200 milliseconds