Home | History | Annotate | Download | only in reflect

Lines Matching full:reflection

17  * Basic reflection calls and utility functions.
53 LOGE("Could not find one or more reflection classes\n");
70 LOGE("Could not find reflection constructors\n");
115 LOGE("Could not find reflection fields\n");
136 * For some of the reflection stuff we need to un-box primitives, e.g.
1169 * JNI reflection support: convert reflection object to Field ptr.
1189 * JNI reflection support: convert reflection object to Method ptr.
1217 * JNI reflection support: convert Field to reflection object.
1233 * JNI reflection support: convert Method to reflection object.