Home
last modified time | relevance | path

Searched refs:IsCurrentParamADouble (Results 1 – 6 of 6) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.cc139 bool ManagedRuntimeCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble() function in art::ManagedRuntimeCallingConvention
248 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
300 bool JniCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble() function in art::JniCallingConvention
Dcalling_convention.h248 bool IsCurrentParamADouble();
328 bool IsCurrentParamADouble();
331 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc199 if (!IsCurrentParamADouble()) { in EntrySpills()
206 if (!IsCurrentParamADouble()) { in EntrySpills()
313 if (IsCurrentParamADouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc147 if (IsCurrentParamADouble()) { in EntrySpills()
419 if (IsCurrentParamADouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc137 entry_spills_.push_back(reg, IsCurrentParamADouble() ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc222 if (IsCurrentParamADouble()) { // Double. in EntrySpills()