Searched refs:isPrimitive2 (Results 1 – 1 of 1) sorted by relevance
3733 bool isPrimitive2 = type2 != Primitive::kPrimNot; in operator ()() local3735 …bool is64bit2 = isPrimitive2 && (type2 == Primitive::kPrimLong || type2 == Primitive::kPrimDouble); in operator ()()3737 int order2 = (!isPrimitive2 ? 0 : (is64bit2 ? 1 : 2)); in operator ()()