Home
last modified time | relevance | path

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

/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc121 if (!IsCurrentParamADouble()) { in EntrySpills()
128 if (!IsCurrentParamADouble()) { in EntrySpills()
237 if (IsCurrentParamADouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/
Dcalling_convention.cc95 bool ManagedRuntimeCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble() function in art::ManagedRuntimeCallingConvention
200 bool JniCallingConvention::IsCurrentParamADouble() { in IsCurrentParamADouble() function in art::JniCallingConvention
Dcalling_convention.h236 bool IsCurrentParamADouble();
309 bool IsCurrentParamADouble();
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc107 entry_spills_.push_back(reg, IsCurrentParamADouble() ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc151 if (IsCurrentParamADouble()) { // Double. in EntrySpills()