Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.cc120 bool ManagedRuntimeCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::ManagedRuntimeCallingConvention
204 if (IsCurrentParamAFloatOrDouble()) { in Next()
238 bool JniCallingConvention::IsCurrentParamAFloatOrDouble() { in IsCurrentParamAFloatOrDouble() function in art::JniCallingConvention
Dcalling_convention.h251 bool IsCurrentParamAFloatOrDouble();
333 bool IsCurrentParamAFloatOrDouble();
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc125 if (!IsCurrentParamAFloatOrDouble()) { in Next()
132 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
147 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc176 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
190 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
317 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
332 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc136 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
150 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
271 if (!IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc207 if (IsCurrentParamAFloatOrDouble()) { in Next()
240 if (IsCurrentParamAFloatOrDouble()) { in IsCurrentParamInRegister()
262 if (IsCurrentParamAFloatOrDouble()) { in CurrentParamRegister()