Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc121 if (IsCurrentParamALong()) { in CurrentParamRegister()
137 DCHECK(IsCurrentParamALong()); in CurrentParamHighLongRegister()
158 bool is_long = IsCurrentParamALong(); in EntrySpills()
/art/compiler/jni/quick/
Dcalling_convention.h249 bool IsCurrentParamALong();
329 bool IsCurrentParamALong();
331 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
Dcalling_convention.cc145 bool ManagedRuntimeCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::ManagedRuntimeCallingConvention
238 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
304 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc224 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
231 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
331 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc143 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc164 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc222 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long. in EntrySpills()