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

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

Completed in 68 milliseconds