Home
last modified time | relevance | path

Searched refs:InterproceduralScratchRegister (Results 1 – 14 of 14) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.cc116 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
121 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
124 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
128 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
131 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
143 __ LoadRef(main_jni_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
145 __ VerifyObject(main_jni_conv->InterproceduralScratchRegister(), false); in ArtJniCompileMethodInternal()
146 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
174 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
206 mr_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
[all …]
Dcalling_convention.h48 virtual ManagedRegister InterproceduralScratchRegister() = 0;
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.h34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
Dcalling_convention_mips64.cc35 ManagedRegister Mips64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips64::Mips64ManagedRuntimeCallingConvention
39 ManagedRegister Mips64JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips64::Mips64JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
Dcalling_convention_arm64.cc46 ManagedRegister Arm64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention
50 ManagedRegister Arm64JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm64::Arm64JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h36 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
59 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
Dcalling_convention_x86.cc28 ManagedRegister X86ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86::X86ManagedRuntimeCallingConvention
32 ManagedRegister X86JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86::X86JniCallingConvention
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.h34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
Dcalling_convention_arm.cc47 ManagedRegister ArmManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm::ArmManagedRuntimeCallingConvention
51 ManagedRegister ArmJniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm::ArmJniCallingConvention
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h35 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
55 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
Dcalling_convention_x86_64.cc29 ManagedRegister X86_64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention
33 ManagedRegister X86_64JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86_64::X86_64JniCallingConvention
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.h34 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
56 ManagedRegister InterproceduralScratchRegister() OVERRIDE;
Dcalling_convention_mips.cc27 ManagedRegister MipsManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips::MipsManagedRuntimeCallingConvention
31 ManagedRegister MipsJniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips::MipsJniCallingConvention