Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc137 bool ManagedRuntimeCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::ManagedRuntimeCallingConvention
242 if (IsCurrentParamAFloatOrDouble()) { in Next()
276 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::JniCallingConvention
Dcalling_convention.h247 bool IsCurrentParamAFloatOrDouble();
327 bool IsCurrentParamAFloatOrDouble();
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc207 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
306 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
321 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc135 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
223 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc111 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
174 if (!IsCurrentParamAFloatOrDouble()) { in EntrySpills()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc134 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
241 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc147 if (IsCurrentParamAFloatOrDouble()) { in EntrySpills()
419 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc198 if (IsCurrentParamAFloatOrDouble()) { in EntrySpills()