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

/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.h37 bool IsCurrentParamInRegister() OVERRIDE;
67 bool IsCurrentParamInRegister() OVERRIDE;
H A Dcalling_convention_arm.cc104 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::arm::ArmManagedRuntimeCallingConvention
287 bool ArmJniCallingConvention::IsCurrentParamInRegister() { function in class:art::arm::ArmJniCallingConvention
292 return !IsCurrentParamInRegister();
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.h37 bool IsCurrentParamInRegister() OVERRIDE;
66 bool IsCurrentParamInRegister() OVERRIDE;
H A Dcalling_convention_arm64.cc86 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::arm64::Arm64ManagedRuntimeCallingConvention
221 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { function in class:art::arm64::Arm64JniCallingConvention
230 return !IsCurrentParamInRegister();
234 CHECK(IsCurrentParamInRegister());
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.h37 bool IsCurrentParamInRegister() OVERRIDE;
69 bool IsCurrentParamInRegister() OVERRIDE;
H A Dcalling_convention_mips.cc71 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::mips::MipsManagedRuntimeCallingConvention
214 bool MipsJniCallingConvention::IsCurrentParamInRegister() { function in class:art::mips::MipsJniCallingConvention
219 return !IsCurrentParamInRegister();
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.h37 bool IsCurrentParamInRegister() OVERRIDE;
68 bool IsCurrentParamInRegister() OVERRIDE;
H A Dcalling_convention_mips64.cc71 bool Mips64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::mips64::Mips64ManagedRuntimeCallingConvention
165 bool Mips64JniCallingConvention::IsCurrentParamInRegister() { function in class:art::mips64::Mips64JniCallingConvention
170 return !IsCurrentParamInRegister();
174 CHECK(IsCurrentParamInRegister());
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.h38 bool IsCurrentParamInRegister() OVERRIDE;
70 bool IsCurrentParamInRegister() OVERRIDE;
H A Dcalling_convention_x86.cc74 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::x86::X86ManagedRuntimeCallingConvention
195 bool X86JniCallingConvention::IsCurrentParamInRegister() { function in class:art::x86::X86JniCallingConvention
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.h37 bool IsCurrentParamInRegister() OVERRIDE;
64 bool IsCurrentParamInRegister() OVERRIDE;
H A Dcalling_convention_x86_64.cc71 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::x86_64::X86_64ManagedRuntimeCallingConvention
163 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { function in class:art::x86_64::X86_64JniCallingConvention
/art/compiler/jni/quick/
H A Djni_compiler.cc170 bool input_in_reg = mr_conv->IsCurrentParamInRegister();
223 if (main_jni_conv->IsCurrentParamInRegister()) {
270 if (main_jni_conv->IsCurrentParamInRegister()) {
345 if (main_jni_conv->IsCurrentParamInRegister()) {
448 if (end_jni_conv->IsCurrentParamInRegister()) {
508 bool input_in_reg = mr_conv->IsCurrentParamInRegister();
509 bool output_in_reg = jni_conv->IsCurrentParamInRegister();
H A Dcalling_convention.h245 virtual bool IsCurrentParamInRegister() = 0;
322 virtual bool IsCurrentParamInRegister() = 0;

Completed in 2808 milliseconds