Home
last modified time | relevance | path

Searched refs:IsCurrentParamALongOrDouble (Results 1 – 3 of 3) sorted by relevance

/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc388 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) { in Next()
428 if (IsCurrentParamALongOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc430 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) { in Next()
447 if (IsCurrentParamALongOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/
Dcalling_convention.h330 bool IsCurrentParamALongOrDouble() { in IsCurrentParamALongOrDouble() function