Lines Matching full:is64bit2
3735 bool is64bit2 = isPrimitive2 && (type2 == Primitive::kPrimLong || type2 == Primitive::kPrimDouble);3737 int order2 = (!isPrimitive2 ? 0 : (is64bit2 ? 1 : 2));