Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h263 bool IsCurrentParamALong();
265 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
348 bool IsCurrentParamALong();
350 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
Dcalling_convention.cc142 bool ManagedRuntimeCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::ManagedRuntimeCallingConvention
214 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
280 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::JniCallingConvention
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc150 gpr_arg_count_ += IsCurrentParamALong() ? 2u : 1u; in Next()
160 size_t extra_regs = IsCurrentParamALong() ? 1u : 0u; in IsCurrentParamInRegister()
176 if (IsCurrentParamALong()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc236 if (IsCurrentParamALong()) { in Next()
254 if (IsCurrentParamALong()) { in IsCurrentParamInRegister()
276 if (IsCurrentParamALong()) { in CurrentParamRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc205 if (IsCurrentParamALong()) { in CurrentParamRegister()
359 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()