Home
last modified time | relevance | path

Searched refs:IsCurrentParamALong (Results 1 – 5 of 5) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.h257 bool IsCurrentParamALong();
259 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
337 bool IsCurrentParamALong();
339 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
Dcalling_convention.cc127 bool ManagedRuntimeCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::ManagedRuntimeCallingConvention
208 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
274 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc120 gpr_arg_count_ += IsCurrentParamALong() ? 2u : 1u; in Next()
130 size_t extra_regs = IsCurrentParamALong() ? 1u : 0u; in IsCurrentParamInRegister()
146 if (IsCurrentParamALong()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc230 if (IsCurrentParamALong()) { in Next()
248 if (IsCurrentParamALong()) { in IsCurrentParamInRegister()
270 if (IsCurrentParamALong()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc199 if (IsCurrentParamALong()) { in CurrentParamRegister()
337 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()