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.cc122 if (IsCurrentParamALong()) { in CurrentParamRegister()
138 DCHECK(IsCurrentParamALong()); in CurrentParamHighLongRegister()
159 bool is_long = IsCurrentParamALong(); in EntrySpills()
/art/compiler/jni/quick/
Dcalling_convention.h251 bool IsCurrentParamALong();
331 bool IsCurrentParamALong();
333 return IsCurrentParamALong() || IsCurrentParamADouble(); in IsCurrentParamALongOrDouble()
Dcalling_convention.cc147 bool ManagedRuntimeCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::ManagedRuntimeCallingConvention
240 if (IsCurrentParamALong() || IsCurrentParamADouble()) { in Next()
306 bool JniCallingConvention::IsCurrentParamALong() { in IsCurrentParamALong() function in art::JniCallingConvention
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc225 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
232 if (IsCurrentParamALong() && (!IsCurrentParamAReference())) { in EntrySpills()
332 if (IsCurrentParamALong() || IsCurrentParamAReference() || IsCurrentParamJniEnv()) { in CurrentParamRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc144 (IsCurrentParamALong() && (!IsCurrentParamAReference())) ? 8 : 4); in EntrySpills()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc165 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { in EntrySpills()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc223 if (IsCurrentParamALong() && !IsCurrentParamAReference()) { // Long. in EntrySpills()