Searched refs:isPrimitive (Results 1 – 12 of 12) sorted by relevance
155 boolean thisPrimitive = this.isPrimitive(); in compareTo()156 boolean fPrimitive = f.isPrimitive(); in compareTo()222 if (isDeserialized && !cl.isPrimitive()) { in getType()287 if (isPrimitive()) { in getTypeString()305 public boolean isPrimitive() { in isPrimitive() method in ObjectStreamField307 return t != null && t.isPrimitive(); in isPrimitive()352 if (typeString == null && isPrimitive()){ in resolve()
147 boolean isPrimitive = fieldType != null && fieldType.isPrimitive(); in findSlot()152 if (isPrimitive) { in findSlot()175 if (isPrimitive ? field.getType() == fieldType in findSlot()365 if (slot == null || slot.field.getType().isPrimitive()) { in get()
986 if (!f.isPrimitive()) { in writeFieldDescriptors()1098 if (fieldDesc.isPrimitive()) { in writeFieldValues()1313 if (componentType.isPrimitive()) { in writeNewArray()
1233 if (fieldDesc.isPrimitive()) { in readFieldValues()1628 if (componentType.isPrimitive()) { in readNewArray()
371 if (type.isPrimitive()) { in buildFieldDescriptors()
23 if (ret == null && !cls.equals(Object.class) && !cls.isPrimitive()) { in findProp()
407 if (this.isPrimitive()) { in getClassLoader()1375 public native boolean isPrimitive(); in isPrimitive() method in Class1417 if (isPrimitive()) { in toString()
325 if (!f.getType().isPrimitive() && in cleanup()
1548 Runnable.class.isPrimitive()); in test_isPrimitive()1550 Object.class.isPrimitive()); in test_isPrimitive()1552 int[].class.isPrimitive()); in test_isPrimitive()1554 Object[].class.isPrimitive()); in test_isPrimitive()1556 int.class.isPrimitive()); in test_isPrimitive()1558 Object.class.isPrimitive()); in test_isPrimitive()
381 osfArray[i].isPrimitive()); in test_isPrimitive()385 osfArray[(osfArray.length - 1)].isPrimitive()); in test_isPrimitive()
447 if (!componentType.isPrimitive()) in newInstance()
1336 if (!cl.isPrimitive()) { in deepHashCodeElement()1682 if (!cl1.isPrimitive()) { in deepEqualsElements()2432 if (elemElemClass.isPrimitive()) { in deepToStringImpl()