HomeSort by relevance Sort by last modified time
    Searched refs:ReturnRegisterForShorty (Results 1 - 5 of 5) sorted by null

  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 73 static ManagedRegister ReturnRegisterForShorty(const char* shorty) {
84 return ReturnRegisterForShorty(GetShorty());
88 return ReturnRegisterForShorty(GetShorty());
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 118 static ManagedRegister ReturnRegisterForShorty(const char* shorty) {
133 return ReturnRegisterForShorty(GetShorty());
137 return ReturnRegisterForShorty(GetShorty());
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 84 static ManagedRegister ReturnRegisterForShorty(const char* shorty) {
99 return ReturnRegisterForShorty(GetShorty());
103 return ReturnRegisterForShorty(GetShorty());
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 65 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) {
82 return ReturnRegisterForShorty(GetShorty(), false);
86 return ReturnRegisterForShorty(GetShorty(), true);
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 92 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni ATTRIBUTE_UNUSED) {
105 return ReturnRegisterForShorty(GetShorty(), false);
109 return ReturnRegisterForShorty(GetShorty(), true);

Completed in 470 milliseconds