Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc89 bool ManagedRuntimeCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::ManagedRuntimeCallingConvention
156 if (IsCurrentParamAFloatOrDouble()) { in Next()
183 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::JniCallingConvention
Dcalling_convention.h235 bool IsCurrentParamAFloatOrDouble();
308 bool IsCurrentParamAFloatOrDouble();
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc114 if (IsCurrentParamAFloatOrDouble()) { // FP regs. in EntrySpills()
211 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
224 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc81 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
172 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()