Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() function
57 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
61 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc35 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() function
50 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
54 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc43 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() function
54 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
58 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc41 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() function
55 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
59 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc54 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() function
69 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
73 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()