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

  /art/compiler/jni/quick/arm/
calling_convention_arm.h 55 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_arm.cc 56 ManagedRegister ArmJniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 55 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_arm64.cc 71 ManagedRegister Arm64JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 55 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_mips.cc 56 ManagedRegister MipsJniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 54 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_x86.cc 64 ManagedRegister X86JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 54 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_x86_64.cc 60 ManagedRegister X86_64JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/
calling_convention.h 290 virtual ManagedRegister IntReturnRegister() = 0;
jni_compiler.cc 238 __ Store(saved_cookie_offset, main_jni_conv->IntReturnRegister(), 4);

Completed in 68 milliseconds