Home | History | Annotate | Download | only in arm64

Lines Matching refs:is_ref

791                                                                bool is_ref) {
804 DCHECK(!is_ref);
818 DCHECK(!(is_wide && is_ref));
819 result = (is_wide || is_ref) ? RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);