Home
last modified time | relevance | path

Searched refs:IsCurrentParamAFloatOrDouble (Results 1 – 7 of 7) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.cc91 bool ManagedRuntimeCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::ManagedRuntimeCallingConvention
160 if (IsCurrentParamAFloatOrDouble()) { in Next()
187 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::JniCallingConvention
Dcalling_convention.h235 bool IsCurrentParamAFloatOrDouble();
308 bool IsCurrentParamAFloatOrDouble();
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc119 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
222 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
235 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc85 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
148 if (!IsCurrentParamAFloatOrDouble()) { in EntrySpills()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc104 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
174 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc83 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
174 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc150 if (IsCurrentParamAFloatOrDouble()) { in EntrySpills()