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

/art/compiler/optimizing/
H A Dcode_generator_arm64.h122 Location GetReturnLocation(Primitive::Type return_type);
137 Location GetReturnLocation(Primitive::Type return_type) const { function in class:art::arm64::InvokeDexCallingConvention
152 Location GetReturnLocation(Primitive::Type return_type) const OVERRIDE {
153 return calling_convention.GetReturnLocation(return_type);
173 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
H A Dcode_generator_mips64.cc61 Location InvokeDexCallingConventionVisitorMIPS64::GetReturnLocation(Primitive::Type type) const { function in class:art::mips64::InvokeDexCallingConventionVisitorMIPS64
101 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type type) { function in class:art::mips64::InvokeRuntimeCallingConvention
203 mips64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
251 calling_convention.GetReturnLocation(type),
362 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
3192 calling_convention.GetReturnLocation(cls->GetType()));
3432 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
3458 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
3626 locations->SetOut(calling_convention.GetReturnLocation(type));
H A Dcode_generator_arm64.cc131 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type return_type) { function in class:art::arm64::InvokeRuntimeCallingConvention
309 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
354 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
465 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
612 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
768 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
846 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
4272 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
4433 locations->SetOut(calling_convention.GetReturnLocation(type));
H A Dcode_generator_mips.cc65 Location InvokeDexCallingConventionVisitorMIPS::GetReturnLocation(Primitive::Type type) const { function in class:art::mips::InvokeDexCallingConventionVisitorMIPS
140 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type type) { function in class:art::mips::InvokeRuntimeCallingConvention
248 mips_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
297 calling_convention.GetReturnLocation(type),
411 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
2447 locations->SetOut(calling_convention.GetReturnLocation(type));
3400 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimLong));
3404 Location reg = calling_convention.GetReturnLocation(Primitive::kPrimLong);
4263 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
4293 locations->SetOut(calling_convention.GetReturnLocation(Primitiv
[all...]
H A Dcode_generator_arm.cc1033 Location InvokeDexCallingConventionVisitorARM::GetReturnLocation(Primitive::Type type) const { function in class:art::arm::InvokeDexCallingConventionVisitorARM
1772 locations->SetInAt(0, parameter_visitor_.GetReturnLocation(ret->InputAt(0)->GetType()));
6741 Location return_loc = InvokeDexCallingConventionVisitorARM().GetReturnLocation(type);
H A Dcode_generator_x86.cc898 Location InvokeDexCallingConventionVisitorX86::GetReturnLocation(Primitive::Type type) const { function in class:art::x86::InvokeDexCallingConventionVisitorX86
7367 Location return_loc = InvokeDexCallingConventionVisitorX86().GetReturnLocation(type);
H A Dcode_generator_x86_64.cc2058 Location InvokeDexCallingConventionVisitorX86_64::GetReturnLocation(Primitive::Type type) const { function in class:art::x86_64::InvokeDexCallingConventionVisitorX86_64
6759 Location return_loc = InvokeDexCallingConventionVisitorX86_64().GetReturnLocation(type);

Completed in 102 milliseconds