Searched defs:fieldType (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DEmulatedFields.java127 * fieldName} and type {@code fieldType}. If the field type {@code
128 * fieldType} corresponds to a primitive type, the field type has to match
129 * exactly or {@code null} is returned. If the field type {@code fieldType}
131 * terms of assignment, or null is returned. If {@code fieldType} is {@code
137 * @param fieldType
142 * name, or no compatible field (relative to {@code fieldType})
144 private ObjectSlot findSlot(String fieldName, Class<?> fieldType) { argument
145 boolean isPrimitive = fieldType != null && fieldType.isPrimitive();
152 if (slot.field.getType() == fieldType) {
[all...]
/libcore/luni/src/main/java/libcore/reflect/
H A DGenericSignatureParser.java76 public Type fieldType; field in class:GenericSignatureParser
218 this.fieldType = parseFieldTypeSignature();
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 94 milliseconds