Home
last modified time | relevance | path

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

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc103 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()
Dcalling_convention_mips64.h43 bool IsCurrentParamInRegister() override;
73 bool IsCurrentParamInRegister() override;
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h39 bool IsCurrentParamInRegister() override;
67 bool IsCurrentParamInRegister() override;
Dcalling_convention_x86_64.cc124 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/
Dcalling_convention_arm64.h41 bool IsCurrentParamInRegister() override;
71 bool IsCurrentParamInRegister() override;
Dcalling_convention_arm64.cc175 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/
Dcalling_convention_arm.h41 bool IsCurrentParamInRegister() override;
72 bool IsCurrentParamInRegister() override;
Dcalling_convention_arm.cc167 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/
Dcalling_convention_x86.h42 bool IsCurrentParamInRegister() override;
74 bool IsCurrentParamInRegister() override;
Dcalling_convention_x86.cc101 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/
Dcalling_convention_mips.h43 bool IsCurrentParamInRegister() override;
74 bool IsCurrentParamInRegister() override;
Dcalling_convention_mips.cc118 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/
Djni_compiler.cc278 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()
Dcalling_convention.h255 virtual bool IsCurrentParamInRegister() = 0;
337 virtual bool IsCurrentParamInRegister() = 0;