Searched defs:ReturnRegisterForShorty (Results 1 - 5 of 5) sorted by relevance

/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc142 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { function in namespace:art::arm64
157 return ReturnRegisterForShorty(GetShorty());
161 return ReturnRegisterForShorty(GetShorty());
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc85 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { function in namespace:art::mips
100 return ReturnRegisterForShorty(GetShorty());
104 return ReturnRegisterForShorty(GetShorty());
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc74 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { function in namespace:art::mips64
85 return ReturnRegisterForShorty(GetShorty());
89 return ReturnRegisterForShorty(GetShorty());
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc66 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { function in namespace:art::x86
83 return ReturnRegisterForShorty(GetShorty(), false);
87 return ReturnRegisterForShorty(GetShorty(), true);
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc93 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni ATTRIBUTE_UNUSED) { function in namespace:art::x86_64
106 return ReturnRegisterForShorty(GetShorty(), false);
110 return ReturnRegisterForShorty(GetShorty(), true);

Completed in 178 milliseconds