Searched refs:isPrimitive (Results 1 – 17 of 17) sorted by relevance
130 boolean thisPrimitive = this.isPrimitive(); in compareTo()131 boolean fPrimitive = f.isPrimitive(); in compareTo()220 if (isDeserialized && !cl.isPrimitive()) { in getType()287 if (isPrimitive()) { in getTypeString()306 public boolean isPrimitive() { in isPrimitive() method in ObjectStreamField308 return t != null && t.isPrimitive(); in isPrimitive()
146 boolean isPrimitive = fieldType != null && fieldType.isPrimitive(); in findSlot()151 if (isPrimitive) { in findSlot()174 if (isPrimitive ? field.getType() == fieldType in findSlot()364 if (slot == null || slot.field.getType().isPrimitive()) { in get()
1200 if (!f.isPrimitive()) { in writeFieldDescriptors()1308 if (fieldDesc.isPrimitive()) { in writeFieldValues()1531 if (componentType.isPrimitive()) { in writeNewArray()
309 if (type.isPrimitive()) { in buildFieldDescriptors()
1242 if (fieldDesc.isPrimitive()) { in readFieldValues()1646 if (componentType.isPrimitive()) { in readNewArray()
22 isPrimitive: false45 isPrimitive: false68 isPrimitive: false91 isPrimitive: false114 isPrimitive: false137 isPrimitive: false160 isPrimitive: false
23 if (ret == null && !cls.equals(Object.class) && !cls.isPrimitive()) { in findProp()
70 if (c.isPrimitive()) { in getConstantPoolName()480 if (type.isPrimitive()) { in genCallGetMethod()531 if (type.isPrimitive()) { in genInvokeArg()646 if (type.isPrimitive()) { in genCastReturnType()
419 if (this.isPrimitive()) { in getClassLoader()1435 public native boolean isPrimitive(); in isPrimitive() method in Class1480 if (isPrimitive()) { in toString()
326 if (!f.getType().isPrimitive() && in cleanup()
172 + clazz.isPrimitive()); in printClassAttrs()
381 osfArray[i].isPrimitive()); in test_isPrimitive()385 osfArray[(osfArray.length - 1)].isPrimitive()); in test_isPrimitive()
1988 Runnable.class.isPrimitive()); in test_isPrimitive()1990 Object.class.isPrimitive()); in test_isPrimitive()1992 int[].class.isPrimitive()); in test_isPrimitive()1994 Object[].class.isPrimitive()); in test_isPrimitive()1996 int.class.isPrimitive()); in test_isPrimitive()1998 Object.class.isPrimitive()); in test_isPrimitive()
473 if (!componentType.isPrimitive()) in newInstance()
676 public boolean isPrimitive() { in isPrimitive() method in Type
1221 if (!cl.isPrimitive()) { in deepHashCodeElement()1577 if (!cl1.isPrimitive()) { in deepEqualsElements()2967 if (elemElemClass.isPrimitive()) {
402 if (componentType.isPrimitive()) { in run()