Home
last modified time | relevance | path

Searched refs:IsCurrentParamInRegister (Results 1 – 12 of 12) sorted by relevance

/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h38 bool IsCurrentParamInRegister() override;
65 bool IsCurrentParamInRegister() override;
Dcalling_convention_x86_64.cc135 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention
145 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
149 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
261 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h38 bool IsCurrentParamInRegister() override;
65 bool IsCurrentParamInRegister() override;
Dcalling_convention_arm64.cc175 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention
185 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
189 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
316 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64JniCallingConvention
327 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
331 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h41 bool IsCurrentParamInRegister() override;
70 bool IsCurrentParamInRegister() override;
Dcalling_convention_x86.cc131 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86ManagedRuntimeCallingConvention
142 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
146 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
280 bool X86JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86JniCallingConvention
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.h43 bool IsCurrentParamInRegister() override;
74 bool IsCurrentParamInRegister() override;
Dcalling_convention_arm.cc239 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmManagedRuntimeCallingConvention
257 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
261 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
490 bool ArmJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmJniCallingConvention
495 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
/art/compiler/jni/quick/
Djni_compiler.cc237 if (mr_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
314 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
345 src_args.push_back(mr_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()
348 dest_args.push_back(main_jni_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()
418 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
558 if (end_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
628 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
675 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()
Dcalling_convention.h260 virtual bool IsCurrentParamInRegister() = 0;
341 virtual bool IsCurrentParamInRegister() = 0;
/art/compiler/jni/
Djni_cfi_test.cc89 if (mr_conv->IsCurrentParamInRegister()) { in TestImplSized()
/art/compiler/utils/
Dassembler_thumb_test.cc127 if (mr_conv->IsCurrentParamInRegister()) { in TEST_F()