/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 71 bool Mips64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips64::Mips64ManagedRuntimeCallingConvention 164 bool Mips64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips64::Mips64JniCallingConvention 169 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack() 173 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
|
D | calling_convention_mips64.h | 37 bool IsCurrentParamInRegister() OVERRIDE; 68 bool IsCurrentParamInRegister() OVERRIDE;
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.h | 37 bool IsCurrentParamInRegister() OVERRIDE; 66 bool IsCurrentParamInRegister() OVERRIDE;
|
D | calling_convention_arm64.cc | 86 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention 221 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64JniCallingConvention 230 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack() 234 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.h | 39 bool IsCurrentParamInRegister() OVERRIDE; 71 bool IsCurrentParamInRegister() OVERRIDE;
|
D | calling_convention_x86.cc | 74 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86ManagedRuntimeCallingConvention 195 bool X86JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86JniCallingConvention
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.h | 37 bool IsCurrentParamInRegister() OVERRIDE; 67 bool IsCurrentParamInRegister() OVERRIDE;
|
D | calling_convention_arm.cc | 104 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmManagedRuntimeCallingConvention 287 bool ArmJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmJniCallingConvention 292 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.h | 38 bool IsCurrentParamInRegister() OVERRIDE; 65 bool IsCurrentParamInRegister() OVERRIDE;
|
D | calling_convention_x86_64.cc | 72 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention 164 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64JniCallingConvention
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.h | 37 bool IsCurrentParamInRegister() OVERRIDE; 69 bool IsCurrentParamInRegister() OVERRIDE;
|
D | calling_convention_mips.cc | 67 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips::MipsManagedRuntimeCallingConvention 178 bool MipsJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::mips::MipsJniCallingConvention 183 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 162 bool input_in_reg = mr_conv->IsCurrentParamInRegister(); in ArtJniCompileMethodInternal() 215 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 262 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 337 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 440 if (end_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal() 502 bool input_in_reg = mr_conv->IsCurrentParamInRegister(); in CopyParameter() 503 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()
|
D | calling_convention.h | 241 virtual bool IsCurrentParamInRegister() = 0; 313 virtual bool IsCurrentParamInRegister() = 0;
|