/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 103 bool Mips64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips64::Mips64ManagedRuntimeCallingConvention 214 bool Mips64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips64::Mips64JniCallingConvention 219 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack() 223 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
|
D | calling_convention_mips64.h | 43 bool IsCurrentParamInRegister() override; 73 bool IsCurrentParamInRegister() override;
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.h | 39 bool IsCurrentParamInRegister() override; 67 bool IsCurrentParamInRegister() override;
|
D | calling_convention_x86_64.cc | 124 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention 232 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64JniCallingConvention
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.h | 41 bool IsCurrentParamInRegister() override; 71 bool IsCurrentParamInRegister() override;
|
D | calling_convention_arm64.cc | 175 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention 306 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64JniCallingConvention 317 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack() 321 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.h | 41 bool IsCurrentParamInRegister() override; 72 bool IsCurrentParamInRegister() override;
|
D | calling_convention_arm.cc | 167 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmManagedRuntimeCallingConvention 414 bool ArmJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmJniCallingConvention 419 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.h | 42 bool IsCurrentParamInRegister() override; 74 bool IsCurrentParamInRegister() override;
|
D | calling_convention_x86.cc | 101 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86ManagedRuntimeCallingConvention 251 bool X86JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86JniCallingConvention
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.h | 43 bool IsCurrentParamInRegister() override; 74 bool IsCurrentParamInRegister() override;
|
D | calling_convention_mips.cc | 118 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips::MipsManagedRuntimeCallingConvention 397 bool MipsJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips::MipsJniCallingConvention 413 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 278 bool input_in_reg = mr_conv->IsCurrentParamInRegister(); in ArtJniCompileMethodInternal() 357 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 404 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 484 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 611 if (end_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 668 bool input_in_reg = mr_conv->IsCurrentParamInRegister(); in CopyParameter() 669 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()
|
D | calling_convention.h | 255 virtual bool IsCurrentParamInRegister() = 0; 337 virtual bool IsCurrentParamInRegister() = 0;
|