/art/compiler/jni/quick/ |
D | jni_compiler.cc | 237 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 …]
|
D | calling_convention.h | 52 virtual ManagedRegister InterproceduralScratchRegister() = 0;
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.h | 36 ManagedRegister InterproceduralScratchRegister() override; 59 ManagedRegister InterproceduralScratchRegister() override;
|
D | calling_convention_x86_64.cc | 82 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/ |
D | calling_convention_arm64.h | 38 ManagedRegister InterproceduralScratchRegister() override; 63 ManagedRegister InterproceduralScratchRegister() override;
|
D | calling_convention_arm64.cc | 113 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/ |
D | calling_convention_arm.h | 38 ManagedRegister InterproceduralScratchRegister() override; 63 ManagedRegister InterproceduralScratchRegister() override;
|
D | calling_convention_arm.cc | 122 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/ |
D | calling_convention_mips64.h | 40 ManagedRegister InterproceduralScratchRegister() override; 65 ManagedRegister InterproceduralScratchRegister() override;
|
D | calling_convention_mips64.cc | 67 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/ |
D | calling_convention_x86.h | 39 ManagedRegister InterproceduralScratchRegister() override; 66 ManagedRegister InterproceduralScratchRegister() override;
|
D | calling_convention_x86.cc | 55 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/ |
D | calling_convention_mips.h | 40 ManagedRegister InterproceduralScratchRegister() override; 65 ManagedRegister InterproceduralScratchRegister() override;
|
D | calling_convention_mips.cc | 78 ManagedRegister MipsManagedRuntimeCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips::MipsManagedRuntimeCallingConvention 82 ManagedRegister MipsJniCallingConvention::InterproceduralScratchRegister() { in InterproceduralScratchRegister() function in art::mips::MipsJniCallingConvention
|