Searched defs:IsCurrentParamInRegister (Results 1 - 6 of 6) sorted by relevance

/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc166 bool ArmManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::arm::ArmManagedRuntimeCallingConvention
413 bool ArmJniCallingConvention::IsCurrentParamInRegister() { function in class:art::arm::ArmJniCallingConvention
418 return !IsCurrentParamInRegister();
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc174 bool Arm64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::arm64::Arm64ManagedRuntimeCallingConvention
305 bool Arm64JniCallingConvention::IsCurrentParamInRegister() { function in class:art::arm64::Arm64JniCallingConvention
316 return !IsCurrentParamInRegister();
320 CHECK(IsCurrentParamInRegister());
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc117 bool MipsManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::mips::MipsManagedRuntimeCallingConvention
396 bool MipsJniCallingConvention::IsCurrentParamInRegister() { function in class:art::mips::MipsJniCallingConvention
412 return !IsCurrentParamInRegister();
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc102 bool Mips64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::mips64::Mips64ManagedRuntimeCallingConvention
213 bool Mips64JniCallingConvention::IsCurrentParamInRegister() { function in class:art::mips64::Mips64JniCallingConvention
218 return !IsCurrentParamInRegister();
222 CHECK(IsCurrentParamInRegister());
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc100 bool X86ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::x86::X86ManagedRuntimeCallingConvention
250 bool X86JniCallingConvention::IsCurrentParamInRegister() { function in class:art::x86::X86JniCallingConvention
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc123 bool X86_64ManagedRuntimeCallingConvention::IsCurrentParamInRegister() { function in class:art::x86_64::X86_64ManagedRuntimeCallingConvention
231 bool X86_64JniCallingConvention::IsCurrentParamInRegister() { function in class:art::x86_64::X86_64JniCallingConvention

Completed in 75 milliseconds