Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc237 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
241 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
244 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
257 __ LoadRef(main_jni_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
259 __ VerifyObject(main_jni_conv->InterproceduralScratchRegister(), false); in ArtJniCompileMethodInternal()
261 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
290 mr_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
324 __ LoadFromThread(main_jni_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
330 main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
348 mr_conv->InterproceduralScratchRegister(), in ArtJniCompileMethodInternal()
[all …]
Dcalling_convention.h52 virtual ManagedRegister InterproceduralScratchRegister() = 0;
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h36 ManagedRegister InterproceduralScratchRegister() override;
59 ManagedRegister InterproceduralScratchRegister() override;
Dcalling_convention_x86_64.cc82 ManagedRegister X86_64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention
86 ManagedRegister X86_64JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86_64::X86_64JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h38 ManagedRegister InterproceduralScratchRegister() override;
63 ManagedRegister InterproceduralScratchRegister() override;
Dcalling_convention_arm64.cc113 ManagedRegister Arm64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention
128 ManagedRegister Arm64JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm64::Arm64JniCallingConvention
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.h38 ManagedRegister InterproceduralScratchRegister() override;
63 ManagedRegister InterproceduralScratchRegister() override;
Dcalling_convention_arm.cc122 ManagedRegister ArmManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm::ArmManagedRuntimeCallingConvention
126 ManagedRegister ArmJniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::arm::ArmJniCallingConvention
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.h40 ManagedRegister InterproceduralScratchRegister() override;
65 ManagedRegister InterproceduralScratchRegister() override;
Dcalling_convention_mips64.cc67 ManagedRegister Mips64ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips64::Mips64ManagedRuntimeCallingConvention
71 ManagedRegister Mips64JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips64::Mips64JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h39 ManagedRegister InterproceduralScratchRegister() override;
66 ManagedRegister InterproceduralScratchRegister() override;
Dcalling_convention_x86.cc55 ManagedRegister X86ManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86::X86ManagedRuntimeCallingConvention
59 ManagedRegister X86JniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::x86::X86JniCallingConvention
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.h40 ManagedRegister InterproceduralScratchRegister() override;
65 ManagedRegister InterproceduralScratchRegister() override;
Dcalling_convention_mips.cc78 ManagedRegister MipsManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips::MipsManagedRuntimeCallingConvention
82 ManagedRegister MipsJniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips::MipsJniCallingConvention