Home | History | Annotate | Download | only in reflect

Lines Matching full:convert

25  * convert a java/lang/Integer to int or even a float.  We assume that
117 * Convert the method signature to an array of classes.
177 * Convert a field pointer to a slot number.
199 * Convert a slot number to a field pointer.
341 * Convert a method pointer to a slot number.
364 * Convert a slot number to a method pointer.
409 * Convert the signature string into an array of classes representing
553 * Convert the signature string into an array of classes representing
876 * Convert primitive, boxed data from "srcPtr" to "dstPtr".
1009 * Convert types and widen primitives. Puts the value of "arg" into
1150 * Find the return type in the signature, and convert it to a class
1187 * JNI reflection support: convert reflection object to Field ptr.
1207 * JNI reflection support: convert reflection object to Method ptr.
1235 * JNI reflection support: convert Field to reflection object.
1251 * JNI reflection support: convert Method to reflection object.