Home | History | Annotate | Download | only in runtime

Lines Matching full:is64bit1

3734     bool is64bit1 = isPrimitive1 && (type1 == Primitive::kPrimLong || type1 == Primitive::kPrimDouble);
3736 int order1 = (!isPrimitive1 ? 0 : (is64bit1 ? 1 : 2));