Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h253 bool IsCurrentParamALong();
255 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
335 bool IsCurrentParamALong();
337 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
Dcalling_convention.cc128 bool ManagedRuntimeCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::ManagedRuntimeCallingConvention
200 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
266 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc126 gpr_arg_count_ += IsCurrentParamALong() ? 2u : 1u; in Next()
136 size_t extra_regs = IsCurrentParamALong() ? 1u : 0u; in IsCurrentParamInRegister()
152 if (IsCurrentParamALong()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc229 if (IsCurrentParamALong()) { in Next()
247 if (IsCurrentParamALong()) { in IsCurrentParamInRegister()
269 if (IsCurrentParamALong()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc198 if (IsCurrentParamALong()) { in CurrentParamRegister()
342 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()