Lines Matching full:primitive
839 * Given a boxed primitive type, such as java/lang/Integer, return the
840 * primitive type index.
876 * Convert primitive, boxed data from "srcPtr" to "dstPtr".
891 * Returns the width in 32-bit words of the destination primitive, or
987 LOGV("illegal primitive conversion: '%s' to '%s'",
1015 if (srcType == PRIM_NOT) { // didn't pass a boxed primitive in
1016 LOGVV("conv arg: type '%s' not boxed primitive",
1042 * Create a wrapper object for a primitive data type. If "returnType" is
1043 * not primitive, this just casts "value" to an object and returns it.
1094 * Unwrap a primitive data type, if necessary.
1096 * If "returnType" is not primitive, we just tuck "value" into JValue and
1099 * Fails if the field is primitive and "value" is either not a boxed
1100 * primitive or is of a type that cannot be converted.
1142 * object. For primitive types we use a boxed class, for reference types