Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc119 if (!IsCurrentParamAFloatOrDouble()) { in Next()
126 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
141 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/
Dcalling_convention.cc119 bool ManagedRuntimeCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::ManagedRuntimeCallingConvention
212 if (IsCurrentParamAFloatOrDouble()) { in Next()
246 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::JniCallingConvention
Dcalling_convention.h255 bool IsCurrentParamAFloatOrDouble();
335 bool IsCurrentParamAFloatOrDouble();
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc177 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
191 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
312 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
327 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc130 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
144 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
266 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc208 if (IsCurrentParamAFloatOrDouble()) { in Next()
241 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
263 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()