Home
last modified time | relevance | path

Searched refs:IsParamALongOrDouble (Results 1 – 6 of 6) sorted by relevance

/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc165 int32_t size = IsParamALongOrDouble(itr_args_) ? 8 : 4; in EntrySpills()
/art/compiler/jni/quick/
Dcalling_convention.h116 bool IsParamALongOrDouble(unsigned int param) const { in IsParamALongOrDouble() function
Dcalling_convention.cc108 IsParamALongOrDouble(itr_args_)) { in Next()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc255 if (IsParamALongOrDouble(cur_arg)) { in MipsJniCallingConvention()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc313 if (IsParamALongOrDouble(cur_arg)) { in ArmJniCallingConvention()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc429 bool IsParamALongOrDouble() const { in IsParamALongOrDouble() function in art::QuickArgumentVisitor