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.cc71 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()
Dcalling_convention_mips64.h37 bool IsCurrentParamInRegister() OVERRIDE;
68 bool IsCurrentParamInRegister() OVERRIDE;
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h37 bool IsCurrentParamInRegister() OVERRIDE;
66 bool IsCurrentParamInRegister() OVERRIDE;
Dcalling_convention_arm64.cc86 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/
Dcalling_convention_x86.h39 bool IsCurrentParamInRegister() OVERRIDE;
71 bool IsCurrentParamInRegister() OVERRIDE;
Dcalling_convention_x86.cc74 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/
Dcalling_convention_arm.h37 bool IsCurrentParamInRegister() OVERRIDE;
67 bool IsCurrentParamInRegister() OVERRIDE;
Dcalling_convention_arm.cc104 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/
Dcalling_convention_x86_64.h38 bool IsCurrentParamInRegister() OVERRIDE;
65 bool IsCurrentParamInRegister() OVERRIDE;
Dcalling_convention_x86_64.cc72 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/
Dcalling_convention_mips.h37 bool IsCurrentParamInRegister() OVERRIDE;
69 bool IsCurrentParamInRegister() OVERRIDE;
Dcalling_convention_mips.cc67 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/
Djni_compiler.cc162 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()
Dcalling_convention.h241 virtual bool IsCurrentParamInRegister() = 0;
313 virtual bool IsCurrentParamInRegister() = 0;