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

/art/compiler/jni/quick/
H A Dcalling_convention.cc106 IsParamALongOrDouble(itr_args_)) {
H A Dcalling_convention.h114 bool IsParamALongOrDouble(unsigned int param) const { function in class:art::CallingConvention
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc254 if (IsParamALongOrDouble(cur_arg)) {
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc164 int32_t size = IsParamALongOrDouble(itr_args_) ? 8 : 4;
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc312 if (IsParamALongOrDouble(cur_arg)) {
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc466 bool IsParamALongOrDouble() const { function in class:art::QuickArgumentVisitor

Completed in 68 milliseconds