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

  /art/compiler/jni/quick/arm/
calling_convention_arm.h 62 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_arm.cc 165 ManagedRegister ArmJniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 62 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_arm64.cc 140 ManagedRegister Arm64JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 64 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_mips.cc 106 ManagedRegister MipsJniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.h 64 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_mips64.cc 91 ManagedRegister Mips64JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 65 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_x86.cc 89 ManagedRegister X86JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.h 58 ManagedRegister IntReturnRegister() OVERRIDE;
calling_convention_x86_64.cc 112 ManagedRegister X86_64JniCallingConvention::IntReturnRegister() {
  /art/compiler/jni/quick/
calling_convention.h 309 virtual ManagedRegister IntReturnRegister() = 0;
jni_compiler.cc 432 __ Store(saved_cookie_offset, main_jni_conv->IntReturnRegister(), 4 /* sizeof cookie */);
    [all...]

Completed in 124 milliseconds