Home
last modified time | relevance | path

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

/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h38 bool IsCurrentParamInRegister() override;
64 bool IsCurrentParamInRegister() override;
Dcalling_convention_arm64.cc176 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64ManagedRuntimeCallingConvention
186 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
190 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
311 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm64::Arm64JniCallingConvention
322 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
326 CHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h38 bool IsCurrentParamInRegister() override;
64 bool IsCurrentParamInRegister() override;
Dcalling_convention_x86_64.cc129 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64ManagedRuntimeCallingConvention
139 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
143 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
256 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86_64::X86_64JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h41 bool IsCurrentParamInRegister() override;
69 bool IsCurrentParamInRegister() override;
Dcalling_convention_x86.cc125 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86ManagedRuntimeCallingConvention
136 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
140 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
269 bool X86JniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::x86::X86JniCallingConvention
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.h43 bool IsCurrentParamInRegister() override;
73 bool IsCurrentParamInRegister() override;
Dcalling_convention_arm.cc240 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmManagedRuntimeCallingConvention
258 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
262 DCHECK(IsCurrentParamInRegister()); in CurrentParamRegister()
481 bool ArmJniCallingConvention::IsCurrentParamInRegister() { in IsCurrentParamInRegister() function in art::arm::ArmJniCallingConvention
486 return !IsCurrentParamInRegister(); in IsCurrentParamOnStack()
/art/compiler/jni/quick/
Djni_compiler.cc237 if (mr_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
364 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
413 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
443 src_args.push_back(mr_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()
446 dest_args.push_back(main_jni_conv->IsCurrentParamInRegister() in ArtJniCompileMethodInternal()
511 if (main_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
634 if (end_jni_conv->IsCurrentParamInRegister()) { in ArtJniCompileMethodInternal()
698 bool output_in_reg = jni_conv->IsCurrentParamInRegister(); in CopyParameter()
Dcalling_convention.h264 virtual bool IsCurrentParamInRegister() = 0;
343 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()