Home
last modified time | relevance | path

Searched refs:ReturnRegisterForShorty (Results 1 – 5 of 5) sorted by relevance

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc75 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() function
86 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
90 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc67 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() function
84 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
88 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc94 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni ATTRIBUTE_UNUSED) { in ReturnRegisterForShorty() function
107 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
111 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc86 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() function
101 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
105 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc143 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() function
158 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
162 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()