Searched refs:jtype (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 2074 #define FIELD_ACCESSORS(jtype, name, ptype, shorty) \ argument 2075 static jtype GetStatic##name##Field(JNIEnv* env, jclass c, jfieldID fid) { \ 2079 static jtype Get##name##Field(JNIEnv* env, jobject obj, jfieldID fid) { \ 2083 static void SetStatic##name##Field(JNIEnv* env, jclass c, jfieldID fid, jtype v) { \ 2089 static void Set##name##Field(JNIEnv* env, jobject obj, jfieldID fid, jtype v) { \
|