Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h248 bool IsCurrentParamADouble();
328 bool IsCurrentParamADouble();
331 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
Dcalling_convention.cc141 bool ManagedRuntimeCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble() function in art::ManagedRuntimeCallingConvention
238 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
290 bool JniCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble() function in art::JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc209 if (!IsCurrentParamADouble()) { in EntrySpills()
216 if (!IsCurrentParamADouble()) { in EntrySpills()
323 if (IsCurrentParamADouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc148 if (IsCurrentParamADouble()) { in EntrySpills()
420 if (IsCurrentParamADouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc138 entry_spills_.push_back(reg, IsCurrentParamADouble() ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc199 if (IsCurrentParamADouble()) { // Double. in EntrySpills()