Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc139 bool ManagedRuntimeCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::ManagedRuntimeCallingConvention
244 if (IsCurrentParamAFloatOrDouble()) { in Next()
278 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::JniCallingConvention
Dcalling_convention.h249 bool IsCurrentParamAFloatOrDouble();
329 bool IsCurrentParamAFloatOrDouble();
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc208 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
307 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
322 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc136 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
224 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc112 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
175 if (!IsCurrentParamAFloatOrDouble()) { in EntrySpills()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc135 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
242 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc148 if (IsCurrentParamAFloatOrDouble()) { in EntrySpills()
420 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc199 if (IsCurrentParamAFloatOrDouble()) { in EntrySpills()