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.cc389 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) { in Next()
429 if (IsCurrentParamALongOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc406 if (IsCurrentParamALongOrDouble() && ((itr_slots_ & 0x1u) != 0)) { in Next()
423 if (IsCurrentParamALongOrDouble()) { in CurrentParamRegister()
/art/compiler/jni/quick/
Dcalling_convention.h330 bool IsCurrentParamALongOrDouble() { in IsCurrentParamALongOrDouble() function